Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Cleanup #159

Merged
merged 11 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bitbots_docs/docs/manual/tutorials/install_software_ros2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ If you are not already using Ubuntu 22.04, consider installing it on your system
- Clone all sub-repositories and other files by running: ``make install``
This will take a while, as it downloads all the code and other files from our repositories and additionally installs all missing dependencies (using rosdep and pip).
Finally, it will register pre-commit hooks (automatic code-formatting and warnings), which will be run every time you commit code to our repositories.
- *Only for Bit-Bots members*: To use the robot's cameras, also run the following command to download and install the Basler Pylon camera drivers: ``make basler``
Confirm the host key by typing ``yes``, if asked.
- To use the robot's cameras, also run the following command to download and install the Basler Pylon camera drivers: ``make basler``
Confirm with the properitary license agreement by typing ``y``, and later enter your passwort (sudo) if asked.

**4. Setup colcon workspace**

Expand Down Expand Up @@ -105,8 +105,8 @@ In case you are not using the bash shell, replace ``~/.bashrc`` and ``bash`` wit
alias cdc='cd \$COLCON_WS'

alias cba='cdc && colcon build --symlink-install --continue-on-error'
alias cbn='cdc && colcon build --symlink-install --continue-on-error --packages-select'
alias cb='cdc && colcon build --symlink-install --continue-on-error --packages-up-to'
alias cbs='cdc && colcon build --symlink-install --packages-select'
alias cc='cdc && colcon clean packages --packages-select'
alias cca='cdc && colcon clean packages'

Expand Down
2 changes: 0 additions & 2 deletions bitbots_docs/docs/manual/tutorials/vscode-ros2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ An example vscode launch configuration and the corresponding python lauch file c
"base_link_frame": "base_link",
"odom_frame": "odom",
"map_frame": "map",
"ball_frame": "ball",
"ball_approach_frame": "ball_approach_frame",
"base_footprint_frame": "base_footprint"
}],
remappings=[("/head_motor_goals", "/DynamixelController/command")]
jaagut marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
13 changes: 0 additions & 13 deletions rosdep_misc.yml

This file was deleted.

225 changes: 0 additions & 225 deletions rosdep_source.yml

This file was deleted.