본문 바로가기
ros2_python/Ros2 개념

ros2 설치부터

by 알 수 없는 사용자 2022. 4. 22.

참고

https://docs.ros.org/en/foxy/Tutorials/Configuring-ROS2-Environment.html

 

 


sudo apt install ros-<distro>-<package>

sudo apt install ros2-foxy-desktop

 

source /opt/ros/foxy/setup.bash

 

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

 

printenv | grep -i ROS
ROS_VERSION=2
ROS_PYTHON_VERSION=3
ROS_DISTRO=foxy

 

echo "export ROS_DOMAIN_ID=" >> ~/.bashrc

ROS_DOMAIN_ID에 본인 ID 느면된데이

 

sudo apt update

sudo apt install ~nros-foxy-rqt*

 

rqt

 

 

 

 

 

 

 

 

 

 

 

'ros2_python > Ros2 개념' 카테고리의 다른 글

ROS2 ENV 환경변수 정리  (0) 2023.02.04
ros2_QoSProfile 관련설명  (0) 2022.07.05
ros2_tree구조  (0) 2022.04.27
ros2_DDS  (0) 2022.04.26
Ros1 과 Ros2 차이  (0) 2022.04.22

댓글