Skip to content

Commit

Permalink
Add alias to source underlay workspace
Browse files Browse the repository at this point in the history
i.e. the installed ROS distro
  • Loading branch information
ruffsl committed Jul 10, 2024
1 parent e3501fe commit 1081d47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/post-create-command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ echo "source /usr/share/colcon_argcomplete/hook/colcon-argcomplete.bash" >> ~/.b

# Add aliases to .bashrc
echo "alias sows='source $OVERLAY_WS/install/setup.bash'" >> ~/.bashrc
echo "alias suws='source $ROS_DISTRO/setup.bash'" >> ~/.bashrc

0 comments on commit 1081d47

Please sign in to comment.