ROS환경 설정내용 확인법
env | grep ROS
ROS_DOMAIN_ID=0 #CREATE3와 같아야 통신이 된다.
Distribution (배포판 버전)
ROS1 | ROS2 | UBUNTU |
Noetic Ninjemys May 23rd, 2020 |
Iron Irwini May 23rd, 2023 |
Jammy Jellyfish 22.04 LTS |
ROS Melodic Morenia May 23rd, 2018 |
Humble Hawksbill May 23rd, 2022 |
Focal Fossa 20.04 LTS 2020년 4월 23일 |
ROS Lunar Loggerhead May 23rd, 2017 |
Galactic Geochelone May 23rd, 2021 |
Bionic Beaver 18.04 LTS 2018년 4월 26일 |
ROS Kinetic Kame May 23rd, 2016 |
Foxy Fitzroy June 5th, 2020 |
Xenial Xerus 16.04 LTS 2016년 4월 21일 |
ROS Jade Turtle May 23rd, 2015 |
||
ROS Indigo Igloo July 22nd, 2014 |
version check : lsb_release -a lsb_release -d |
https://spidyweb.tistory.com/68
https://la-nube.tistory.com/190
http://wiki.ros.org/noetic/Installation/Ubuntu
http://192.168.0.58/ros-app-restart
https://github.com/CygLiDAR-ROS/cyglidar_d1
https://everynewday1029.tistory.com/37
https://omorobot.com/docs/ros2-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0-ubuntu-20-04/
https://docs.ros.org/en/foxy/Installation/Ubuntu-Install-Debians.html
https://github.com/ros2/ros1_bridge/blob/master/README.md
https://iroboteducation.github.io/create3_docs/api/ros2/
https://github.com/robotpilot/ros2-seminar-examples
https://cafe.naver.com/openrt/24070
https://cafe.naver.com/openrt/24592
https://keep-steady.tistory.com/47
https://keep-steady.tistory.com/48?category=922869
https://hostramus.tistory.com/115
https://www.robotstory.co.kr/king/?vid=889
https://github.com/cartographer-project/cartographer_ros
https://iroboteducation.github.io/create3_docs/setup/ubuntu2004/
https://github.com/cartographer-project/cartographer_ros
alias eb='nano ~/.bashrc'
alias sb='source ~/.bashrc'
alias cw='cd ~/catkin_ws'
alias cs='cd ~/catkin_ws/src'
alias cm='cd ~/catkin_ws && catkin_make'
#source /opt/ros/kinetic/setup.bash
source ~/catkin_ws/devel/setup.bash
export ROS_HOSTNAME=localhost
export ROS_MASTER_URI=http://localhost:11311
#export ROS_HOSTNAME=192.168.0.39
#export ROS_MASTER_URI=http://192.168.0.39:11311
find / -name "*findgazebo.cmake*" 2> /dev/null
how to not display permission error. through std err (2) into /dev/null
check
ssh localhost
when SSH connection refused. install ssh-server
sudo apt-get install openssh-server ii.
sudo service ssh status