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

In your rosbuild CMake you do set(ROS_BUILD_TYPE Release), the equivalent variable in CMake is CMAKE_BUILD_TYPE, but it is not good form to put that into the CMakeLists.txt directly because then it cannot be overridden externally. Try the timing tests with catkin_make -DCMAKE_BUILD_TYPE=Release.