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

Did rosmake gazebo return any errors? If the build was successful, when you roslaunch any gazebo world launch files, it should have invoked the following binary:

/home/student/ros-gazebo/workspace/simulator_gazebo/gazebo/gazebo/bin/gazebo

not

/home/student/ros-gazebo/workspace/simulator_gazebo/gazebo/build/gazebo/build/server/gazebo

This seems to suggest the build did not complete. Can you verify and check the console output of the rosmake command?

Did rosmake gazebo return any errors? If the build was successful, when you roslaunch any gazebo world launch files, it should have invoked the following binary:

/home/student/ros-gazebo/workspace/simulator_gazebo/gazebo/gazebo/bin/gazebo

not

/home/student/ros-gazebo/workspace/simulator_gazebo/gazebo/build/gazebo/build/server/gazebo

This seems to suggest the build did not complete. Can you verify and check the console output of the rosmake command?

The version of the gazebo binary referenced in your original question will not have the correct link paths setup, hence you see the error with not finding the libparallel_quickstep.so library.