This commit is contained in:
2022-08-02 23:48:15 -04:00
parent 8e73cb0abf
commit a4af03ef5e
7 changed files with 260 additions and 0 deletions

5
catkin_setup.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
catkin build
source "/opt/ros/noetic/setup.bash"
source "$CATKIN_WS/devel/setup.bash"