ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
In ROS, you can give this tutorial a try.
2 | No.2 Revision |
In ROS, you can give this tutorial a try.
Alternatively, give the following prefix to your cmake command:
PKG_CONFIG_PATH=`rospack find gazebo`/gazebo/lib/pkgconfig cmake ..
and things should build correctly.