ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The ros package you downloaded seems to have unmet dependencies on your system.
To download and install all the dependencies, use rosdep
at the root of your workspace:
cd your_ws
Run rosdep install:
rosdep install --from-paths src --ignore-src -r -y
If the issue persists:
sudo apt install ros-noetic-hector-gazebo-plugins