VIO Algorithms
-
Good Morning guys,
I would like to know how could I test my own VIO algorithms on sentinel drone.
Best Regards!
-
Good Morning guys,
I would like to know how could I test my own VIO algorithms on sentinel drone.
Best Regards!
@leonardo-Andrade-0 , you should take a look at the software architecture diagram here :
look for a process called
voxl-qvio-serverin the diagram. It receives camera images (fromvoxl-camera-server) and IMU data (fromvoxl-imu-server)You can create your own process that subscribes to camera and imu data similarly to
voxl-qvio-serverand implement your own algorithm.You will probably benefit from using a logging / playback feature as well (to record and play back images and imu data). Then you can play back data and compare output from voxl-qvio-server and your implementation.
Resources:
-
@leonardo-Andrade-0 , you should take a look at the software architecture diagram here :
look for a process called
voxl-qvio-serverin the diagram. It receives camera images (fromvoxl-camera-server) and IMU data (fromvoxl-imu-server)You can create your own process that subscribes to camera and imu data similarly to
voxl-qvio-serverand implement your own algorithm.You will probably benefit from using a logging / playback feature as well (to record and play back images and imu data). Then you can play back data and compare output from voxl-qvio-server and your implementation.
Resources:
@Alex-Kushleyev Thanks mate!
Reading along? Create a free ModalAI Forum account to join in.
With an account you can reply, ask your own question, get an email when a ModalAI engineer answers, and mark the reply that solved it. Your place in each thread is saved between visits.
Questions about VOXL, Flight Core, ESCs and ModalAI drones are answered here by the engineers who build them.
Register Login