GazeboDrone and External API/Sensors #3954
-
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? |
Beta Was this translation helpful? Give feedback.
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? |
Beta Was this translation helpful? Give feedback.
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?