ROS Noetic ์„ค์น˜

2022. 10. 7. 10:53
์ฐธ๊ณ : http://wiki.ros.org/noetic/Installation/Ubuntu

 

1. sources.list ์— noetic ์— ๋Œ€ํ•œ ์ •๋ณด ์ถ”๊ฐ€

$ sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'

 

2. key ๋“ฑ๋ก

$ sudo apt install curl
$ curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add -

 

3. ์—…๋ฐ์ดํŠธ

$ sudo apt update

 

4. desktop-full ์„ค์น˜

$ sudo apt install ros-noetic-desktop-full

 

5. bashrc ์— setup.bash ๋“ฑ๋ก

$ echo "source /opt/ros/noetic/setup.bash" >> ~/.bashrc
$ source ~/.bashrc

 

6. ROS ํŒจํ‚ค์ง€ ๋นŒ๋“œ๋ฅผ ์œ„ํ•œ ์ข…์†์„ฑ ์„ค์น˜

$ sudo apt install python3-rosdep python3-rosinstall python3-rosinstall-generator python3-wstool build-essential

 

7. rosdep ์ดˆ๊ธฐํ™”

$ sudo apt install python3-rosdep

$ sudo rosdep init
$ rosdep update

 

'๐Ÿข turtleobot3 @ubuntu 20.04' ์นดํ…Œ๊ณ ๋ฆฌ์˜ ๋‹ค๋ฅธ ๊ธ€

opencv 4.5.0 ์„ค์น˜  (0) 2022.10.07
catkin workspace ๋งŒ๋“ค๊ธฐ  (0) 2022.10.07

BELATED ARTICLES

more