ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Do not combine the two build tools in the same workspace at the same time. Their build artifacts are incompatible.
If you run catkin config
, it will tell you which toolset is currently in use. If you wish to switch to catkin build, run catkin clean -bdy
first.