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 building your workspace with catkin_tools, you can specify cmake args (--cmake-args I believe), but the caveat is that they are passed to all packages.

Another approach that gives you more control is to wrap your plane cmake package into a catkin package, e.g. using ExternalProject. Here is an example: https://github.com/uzh-rpg/pangolin_catkin