ROS: Create Workspace and Package (C++)



1. Create Workspace

$ mkdir -p ~/catkin_ws/src
$ cd ~/catkin_ws/src
$ catkin_init_workspace

$ cd ~/catkin_ws
$ catkin_make


2. Create Package

$ cd ~/catkin_ws/src
$ catkin_create_pkg my_first_ros_pkg std_msgs roscpp


Comments

Popular posts from this blog

Android Studio 설치 방법

How to install IDLE (python 2.7 editor) on Ubuntu system. Add IDLE Open With shortcut.

ROS Kinetic Installation on Ubuntu 16.04