GazeboDrone and External API/Sensors #3954
Answered
by
jonyMarino
nikitabeebe
asked this question in
Support Q&A
|
I know the GazeboDrone project prevents other kinematic functions, like setting position, ect. But does it disable the use of IMU, GPS, and Image sensors as well? I have a script I'm trying to run to log the IMU, GPS, and Image data to a .log file (running separately in a python script while running GazeboDrone with the build command). Should all the sensors still run as expected despite using a external physics engine? |
Answered by
jonyMarino
Aug 12, 2021
Replies: 1 comment 3 replies
|
Hi nikitabeebe! currently, GazeboDrone updates only the drone pose, so you won't get IMU readings from AirSim. You should be able to get GPS location and image data correctly. Can you get IMU readings from Gazebo to accomplish what you are needing? |
3 replies
Answer selected by
nikitabeebe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi nikitabeebe! currently, GazeboDrone updates only the drone pose, so you won't get IMU readings from AirSim. You should be able to get GPS location and image data correctly.
Can you get IMU readings from Gazebo to accomplish what you are needing?