ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Additionally to what William said.
Usually you get warnings only on the first run of catkin_make
. Once the piece of code is compiled, catkin_make
(actually cmake
) will not attempt to compile it again and thus you will not see the warnings. To force rebuild simply delete the build tree (build
directory).