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

If you build the package from source you might want to set the CMAKE_BUILD_TYPE to either Debug or RelWithDebInfo (see http://www.cmake.org/Wiki/CMake_Useful_Variables) when invoking cmake:

catkin_make -DCMAKE_BUILD_TYPE=Debug