ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

gagarin's profile - activity

2017-04-28 08:00:47 -0500 received badge  Good Question (source)
2016-04-20 12:00:27 -0500 received badge  Nice Question (source)
2016-04-19 09:44:03 -0500 received badge  Student (source)
2015-11-14 16:00:25 -0500 received badge  Popular Question (source)
2015-11-14 16:00:25 -0500 received badge  Famous Question (source)
2015-11-14 16:00:25 -0500 received badge  Notable Question (source)
2015-05-18 07:46:15 -0500 asked a question Python 3 in ROS indigo

I have a script in python 3, it reads data from a serial port, do some processing and return some integer and float values. This script manipulates bytes in a way that it will be time consuming for me to adapt it to python2. Is there a way to run python3 script in ROS Indigo? I dont use any ros package in python, only external libraries like pyserial.

I try to install python3-pkg, but the package remove many(if not all) of my ros packages and do not install any substitutes.

Thanks,

Iuro Nascimento