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 4 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
Original file line number Diff line number Diff line change
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_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@ dynamic_stack_decider:
debian: *dynamic_stack_decider
fedora: *dynamic_stack_decider

humanoid_league_msgs:
ubuntu: &humanoid_league_msgs
source:
uri: https://raw.githubusercontent.com/bit-bots/humanoid_league_msgs/master/.rdmanifest
debian: *humanoid_league_msgs
fedora: *humanoid_league_msgs

humanoid_league_gazebo_world:
ubuntu: &humanoid_league_gazebo_world
Expand Down Expand Up @@ -126,13 +120,6 @@ bitbots_hardware_rqt:
debian: *bitbots_hardware_rqt
fedora: *bitbots_hardware_rqt

bitbots_convenience_frames:
ubuntu: &bitbots_convenience_frames
source:
uri: https://raw.githubusercontent.com/bit-bots/bitbots_misc/master/bitbots_convenience_frames/.rdmanifest
debian: *bitbots_convenience_frames
fedora: *bitbots_convenience_frames

bitbots_teleop:
ubuntu: &bitbots_teleop
source:
Expand Down