ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
This is documented in the ROS2 Developers Guide, specifically the Language Versions and Code Format - Python section:
We will target Python 3 for our development.
2 | No.2 Revision |
This is documented in the ROS2 Developers Guide, specifically the Language Versions and Code Format - Python section:
We will target Python 3 for our development.
and also the Changes between ROS 1 and ROS 2 article on design.ros2.org
, section Platforms and dependencies - Languages - Python, which is more specific:
ROS 1 is targeting Python 2. ROS 2 requires at least Python version 3.5.