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

How to install ament_cmake_python??

asked 2021-07-10 14:14:36 -0500

Andromeda gravatar image

From this tutorial I discovered that the following package is available:

ament_cmake_python

but doing:

ros2 pkg create --build-type ament_cmake_python test_interfaces

I get the following error:

ros2 pkg create: error: argument --build-type: invalid choice: 'ament_cmake_python' (choose from 'cmake', 'ament_cmake', 'ament_python')

How do I get the ament_cmake_python package working? The link to github doesn't contain any installation instruction.

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-07-27 15:42:34 -0500

Andromeda gravatar image

updated 2021-07-27 15:42:48 -0500

The answer is: there is no possibility to create a package with that option ros2 pkg create --build-type ament_cmake_python test_interfaces

You can add ament_cmake_python in the package.xml file and nothing else...

edit flag offensive delete link more

Question Tools

3 followers

Stats

Asked: 2021-07-10 14:14:36 -0500

Seen: 356 times

Last updated: Jul 27 '21