Guest User

Untitled

a guest
Jun 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. ~/ $ mkdir catkin_ws/src
  2. ~/ $ cd catkin_ws/src
  3. ~/catkin_ws/src $ catkin_create_pkg beginner_tutorials std_msgs rospy roscpp
  4.  
  5. // This will generate the following file structure ...
  6. ~/catkin_ws
  7. |- src
  8. |-beginner_tutorials
  9. |- CMakeLists.txt
  10. |- include
  11. |- package.xml
  12. |- src
Add Comment
Please, Sign In to add comment