Georacer / last_letter

A collection of ROS packages for UAV simulation and autopilot development
GNU General Public License v3.0
36 stars 16 forks source link

Investigate and fix Python 3 dependency #54

Open Georacer opened 7 years ago

Georacer commented 7 years ago

Currently, ROS Kinetic has a Python 3 dependency and inclusion. However, MAVProxy works with Python 2.X and breaks on call of some modules e.g. map.

To call arduplane SITL properly, you must call the sim_vehicle.py from a shell that sees Python 2.X but then raise the last_letter simulation after exporting ROS workspaces.