Skip to content
Snippets Groups Projects
Commit 912b01b5 authored by Montaño Sarria, Andres Felipe's avatar Montaño Sarria, Andres Felipe
Browse files

Fix cbclean command

parent 285be9f6
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ function cbclean(){ ...@@ -27,7 +27,7 @@ function cbclean(){
} }
function cib(){ function cib(){
catkin init && catkin config --extend /opt/ros/${ROS_DISTRO} && catkin build catkin init && catkin config --extend /opt/ros/${ROS_DISTRO} && cb
} }
# If terminal starts in a ws, auto source it (useful for vscode) # If terminal starts in a ws, auto source it (useful for vscode)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment