ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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