ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

AFAIR, ROS2 (post-bouncy) uses ament and, preferrably, colcon (tutorial) to build its packages. catkin is ROS1 only.

Side Note: Quick googling led to a possibility of building ROS2 packages with catkin_make_isolated (see here), but I don't think this is what you want...