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

ROS 2 is targeting Python3 only. python-packaging refers to the Python 2 package. The rosdep key should be python3-packaging (the same applies to all python-* dependencies in you package.xml.

If the key doesn't exist in rosdep, you can contribute it following these instructions

HTH