[ros-users] [Discourse.ros.org] Python with ROS

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: Asmodehn via ros-users
Dato:  
Til: ros-users
Emne: [ros-users] [Discourse.ros.org] Python with ROS



Hi everyone,

Apparently there is still no "python" category or tag yet in discourse... despite all the drawbacks in ROS python workflow coming from a standard python development workflow.
So I was wondering if I am really alone doing dynamic "modern" python2 in ROS1 ?

I have been working for a bit more than a year now to get decent, dynamic, modern, python integration with ROS, and I wanted to get the word out and get a bit of feedback from potential users.

So if you are interested by integrating dynamic languages with ROS1 you can have a look at some of the most useful packages :

- https://github.com/asmodehn/catkin_pip -> Integrate pip with catkin. Main benefits : work with python packages not made for ROS, **third party ROS release of pip packages become trivial**, no fork needed.
- https://github.com/asmodehn/pyros-setup -> Dynamic configuration-based ROS environment setup. Main benefit : no custom setup step for ROS. You can use your **python IDE features working out of the box with ROS**.
- https://github.com/asmodehn/pyros -> Dynamic ROS interface. Main benefit : any **usual python package can interact with ROS systems** underneath. https://github.com/asmodehn/rostful is an example of that.
- And I am currently working to be able to use **messages with optional fields** working with ROS in https://github.com/asmodehn/pyros-msgs in order to be able to cooperate easily with other messaging systems (json and REST is a first usecase).

All these use rospy underneath, so all usual features are still available, and your usual ROS still works in the same way.

However recent python standard workflow and conventions apply so we get all the benefits from recent python2 and tools improvements.

Anyone interested ? Any potentially useful feature missing from there ? Just let me know.






---
[Visit Topic](https://discourse.ros.org/t/python-with-ros/1092/1) or reply to this email to respond.


If you do not want to receive messages from ros-users please use the unsubscribe link below. If you use the one above, you will stop all of ros-users from receiving updates.
______________________________________________________________________________
ros-users mailing list

http://lists.ros.org/mailman/listinfo/ros-users
Unsubscribe: <http://lists.ros.org/mailman//options/ros-users>