ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Do you have gazebo_ros packages installed ? You can also tried to add these lines to your package.xml file :
<build_depend>gazebo</build_depend> <build_depend>gazebo_msgs</build_depend> <run_depend>gazebo</run_depend> <run_depend>gazebo_ros</run_depend> <run_depend>gazebo_msgs</run_depend>
2 | No.2 Revision |
Do you have gazebo_ros packages installed ? You can also tried to add these lines to your package.xml package.xml file :
<build_depend>gazebo</build_depend>
<build_depend>gazebo_msgs</build_depend>
<run_depend>gazebo</run_depend>
<run_depend>gazebo_ros</run_depend>
<run_depend>gazebo_msgs</run_depend> <run_depend>gazebo_msgs</run_depend>