RoPod/Tutorials/Commands cheat sheet
Jump to navigation
Jump to search
Alias | Command | Purpose |
buildit | cd $CATKIN_WORKSPACE; catkin_make |
Build all packages in your catkin workspace |
clean_build | cd $CATKIN_WORKSPACE; rm -rf build/ devel/; cd $CATKIN_WORKSPACE/src/; rm CMakelists.txt; cd $CATKIN_WORKSPACE; catkin_make;" |
Remove previous build and rebuild them. |
pstart | roslaunch pico_bringup start.launch |
Start all the communication with the hardware on pico |