Closed daoran closed 4 years ago
Can you check if
rosdep install --from-paths src --ignore-src -r -y
solves the issue?
To use rosdep
, have to add the following inside package.xml
file.
<depend>amcl</depend>
<depend>turtlebot3_gazebo</depend>
<depend>move_base</depend>
sudo apt install ros-melodic-turtlebot3-gazebo sudo apt-get install ros-melodic-amcl sudo apt install ros-melodic-move-base