Mayankm96 / airsim_ros_client

ROS Wrapper in Python for Microsoft AirSim
https://github.com/Microsoft/AirSim
MIT License
35 stars 11 forks source link

OS and AirSim Versions #8

Closed ajberlier closed 4 years ago

ajberlier commented 4 years ago

What version of OS and AirSim have you tested with? Thank you for the help!

Mayankm96 commented 4 years ago

It has been a while since I have updated the code in this repository. I was using it on Ubuntu 16.04LTS with ROS Kinetic.

The AirSim commit at that point of time should be this one: https://github.com/Mayankm96/AirSim_ROS

pengzhi1998 commented 4 years ago

Hi @Mayankm96 , thank you for this great work! However, which python version are you using? I remember that ROS is suitable only for Python 2. However, AirSim requires Python 3. How to deal with that? Thank you for your help!!