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

My bad. I forgot gazebo_ros_utils in a line of my CMakeList

target_link_libraries(agv_drive_plugin gazebo_ros_utils ${catkin_LIBRARIES} ${GAZEBO_LIBRARIES})

Everything works fine now.

My bad. I forgot gazebo_ros_utils in a line of my CMakeList

target_link_libraries(agv_drive_plugin target_link_libraries(firstRobot_drive_plugin gazebo_ros_utils ${catkin_LIBRARIES} ${GAZEBO_LIBRARIES})

Everything works fine now.