oscar-lima / pybullet_ros

A bridge between ROS and PyBullet
MIT License
108 stars 31 forks source link

Does pybullet_ros work on plain ros-melodic distribution? #16

Closed b4be1 closed 4 years ago

b4be1 commented 4 years ago

This is a python3 package. I am getting errors when running example code because rospy is imported from python2.7. Do I need to build ros-melodic with python3 support to use pybullet_ros?

And1210 commented 4 years ago

I am running pybullet_ros with melodic (no python errors). I have python3 installed on my system alongside python 2.7 for melodic so maybe you need to install python3? I installed the anaconda package which comes with python3.

b4be1 commented 4 years ago

Somehow for me it didn't work with Anaconda python. Reinstalling ros-melodic and using system python3 made it work. Thanks for the feedback.