-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ROS interface with AirSim #1147
Comments
Hey, |
You guys can try the sample ROS nodes I contributed a few days ago. #1135 The example drone_image_raw.py publishes uncompressed rgba image from airsim as ROS /airsim/image_raw topic. You may of course make minor edits to the example, to change AirSim camera, image type, etc. |
You may also check the ROS wrapper written by Marcelino Almeida. It can be found out here. I have added the changes he has mentioned in my fork of AirSim which you may directly build and use. |
I've integrated ROS nodes by @TritonSailor in to master. Note that there have been API changes in v1.2 so I also upgraded these ROS nodes for new APIs. @Mayankm96 - it would be great to get this code as PR :). |
Please see airsim_ros_pkgs and airsim_tutorial_pkgs for a ros wrapper over the multirotor API |
Hi,
Is there any ROS interface available in AirSim or any API's which could do the work?
Actually i want to implement a ROS node with AirSim to check the the possibility of running my CV, AI algorithms working in AirSim?
Any leads to this will be highly appreciated. Thanks!
Regards,
Haider
The text was updated successfully, but these errors were encountered: