728x90
roscore을 실행했는데
Command 'roscore' not found, but can be installed with:
Sudo apt install python3-roslaunch
라고 뜬다면 절대로 위의 명령대로 실행해선 안된다. 파이썬 안깔아서 생긴 문제가 아님.
$ source /opt/ros/noetic/setup.bash
$ roscore
이와 같이 실행해야 정상적으로 작동함
728x90
'자율주행 > ROS 1,2' 카테고리의 다른 글
[ROS2] ecam 눈 띄우기 (0) | 2024.04.16 |
---|---|
rosbag을 사용하여 csv파일로 변환하기 (0) | 2023.04.25 |
[Ubuntu20.04] A fatal error occurred: Failed to connect to ESP32: Wrong boot mode detected (0x13)! (0) | 2023.02.19 |