ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
There are likely 1 of 3 things going on here:
colcon
workspace, cd
to the base of the workspace (above the src
folder), and run rm -rf install/ build/ log/
, then re-run the colcon
command.sudo make uninstall
and then try reinstalling with the command sudo apt install --reinstall protobuf-compiler protobuf-c-compiler libprotoc-dev libprobuf-dev
.sudo make uninstall
in the source code folder) and re-install it from the repositories (sudo apt install gazebo9
).