In catkin_ws src folder,
catkin_create_pkg [name] [dependencies]
for dependencies, it can be rospy or roscpp
Then the folder named [name] is created, with CMakeLists.txt package.xml src files are created.
roscd [name]
this brings you to ROS package that you have just created.
If this does not work, you need to go to catkin_ws and
source devel/setup.bash
To compile everything in src forder, you need to go to catkin_ws and type
catkin_make
Reference :https://www.youtube.com/watch?v=D7YMNP6P3qM&list=PLK0b4e05LnzZu5XWBqCKg9IvnIJU0votI&index=2
4 Turtlesim (0) | 2020.07.09 |
---|---|
3 Create python file on ROS package (0) | 2020.07.09 |
1 Create ROS Workspace (0) | 2020.07.09 |
Download Python, pip, TensorFlow (0) | 2020.07.06 |
sudo apt-get upgrade 다운로드 서버 변경 (0) | 2020.07.01 |
댓글 영역