ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 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>

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>