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

Modifying the file: ~/ros/stacks/simulator_gazebo/gazebo/build/gazebo/server/CMakeLists.txt

Blockquote

target_link_libraries( gazebo-exec ${libtool_library} ${gazeboserver_link_libs} ${boost_libraries} ${assimp_libraries} ${freeimage_library} gazebo_server gazebo_rendering gazebo_av-shared gazebo_gui gazebo_physics gazeboshm assimp pthread -lrt )

Blockquote

Modifying the file: ~/ros/stacks/simulator_gazebo/gazebo/build/gazebo/server/CMakeLists.txt~/ros/stacks/simulator_gazebo/gazebo/build/gazebo/server/CMakeLists.txt helped.

Blockquote

target_link_libraries( gazebo-exec ${libtool_library}
                                ${gazeboserver_link_libs} 
                                ${boost_libraries} 
                                ${assimp_libraries} 
                                ${freeimage_library} 
                                gazebo_server
                                gazebo_rendering
                                gazebo_av-shared
                                gazebo_gui
                                gazebo_physics
                                gazeboshm 
                                assimp
                                pthread
                   -lrt             -lrt

)

BlockquoteBut is is not optimal and the changes are undone when cleaning the project. If someone knows a solution to this it would be nice to share it here.

Thank you.