ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
![]() | 1 | initial version |
Have you tried:
sudo apt install ros-noetic-turtlebot3-msgs
? (Make sure to replace noetic in case you use a different ROS Distro)
Running rosdep
from your catkin_ws
folder might also help installing the required dependencies:
rosdep install --from-paths . --ignore-src -r -y