ROS2 Python Migration Guide
Is there a ROS2 Python Migration Guide? My initial web searches only found this page which seems old and doesn't really say how to migrate.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Is there a ROS2 Python Migration Guide? My initial web searches only found this page which seems old and doesn't really say how to migrate.
Unfortunately I don't think there's anything other than the examples to compare against ROS 1 to see the differences.
There's this in the migration guide about using just a setup.py
in your python package (rather than CMake):
https://github.com/ros2/ros2/wiki/Mig...
But that's all I'm aware of.
Here's some of the examples:
You can have a look at this discussion on discourse about ROS1 to ROS2 Migration Tools. It's new and still under development but it could be a good base. It's not actually a full guide, but they provide some tools which should help.
Asked: 2018-10-17 14:14:16 -0600
Seen: 378 times
Last updated: Oct 17 '18
Do I need to know any specific computer language or framework to use ROS?
Is anybody in ROS community using PySide?
Any good examples of using dynamic_reconfigure for a python node?
is there a python equivalent of fromROSMsg/toROSMsg (pcl stack)
How to contributing python versions of tutorials? e.g. Tutorials for arm_navigation
How to recieve an array over Publisher and Subscriber? (Python)
Error assigning a python quaternion
Using python for automatically writing data in bag to csv file
Isn't the info part of the general Migration guide?
Hm, that's rather barren when it comes to Python actually. nm.