robot_localization: adapt internal motion model.
Hi folks,
I want to use the robot_localization package with my parrot AR.Drone 2. I previously did some testing within the matlab enviroment and created a simplified quadcopter model (in matlab I get reasonable results). Therefore my thoughts was to adapt the internal motion model of the predict code to my quadcopter model. Is the code designed to perform changes in the internal motion model?
My aim of using the robot_localization package is to predict long time ahead (around 120ms) to compensate communication delays. Therefore I will also need to add control inputs to achieve a accurate prediction of the state of my drone. AFAIK there is no possibility to use control inputs, does anyone know a good workaround?