ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
These were trialed as a possible style of Python 3 rules and should not be used for newly added definitions.
You simply shouldn'y use these rules.
Instead your package should declare different conditional dependencies for Python 2 and Python 3. See http://wiki.ros.org/UsingPython3/SourceCodeChanges#Conditional_Dependencies for an example as well as http://wiki.ros.org/UsingPython3 for the high level documentation regarding the transition to Python 3 support.