RoPod/Tutorials/Commands cheat sheet

From Control Systems Technology Group
Revision as of 16:34, 6 October 2017 by 20170140 (talk | contribs) (Created page with '{| border="1" cellpadding="5" cellspacing="0" align="center" style="margin-left: 3em;" |- | width="150" | '''Alias''' | '''Command''' | '''Purpose''' |- | buildit | <pre>cd $CAT…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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