상세 컨텐츠

본문 제목

1 Create ROS Workspace

머신러닝

by Riella 2020. 7. 9. 12:05

본문

728x90

I use Ubuntu.. so

bash

1. Go to catkin_ws folder

cd /
cd mnt/c/RETINA_Analyzer_ROS/catkin_ws

2. Create src folder and navigate

mkdir src
cd src

3. Setting working directory: CMakeLists.txt is created

catkin_init_workspace

navigate to catkin_ws folder

cd ..

4. In order to run package, you need to...

source devel/setup.bash

5. when you use

roscd

it goes to your devel file

 

Reference: https://www.youtube.com/watch?v=JE6QmshipyQ&list=PLK0b4e05LnzZu5XWBqCKg9IvnIJU0votI&index=1

'머신러닝' 카테고리의 다른 글

3 Create python file on ROS package  (0) 2020.07.09
2 Create ROS Package  (0) 2020.07.09
Download Python, pip, TensorFlow  (0) 2020.07.06
sudo apt-get upgrade 다운로드 서버 변경  (0) 2020.07.01
Enable NTFS long paths  (0) 2020.06.29

관련글 더보기

댓글 영역