p2os_driver odometry [closed]
I am working on using the odometry information obtained from p2os_driver in a localization system as part of my motion model. From what I have tested, p2os_driver publishes an odometry message roughly every 100ms. What I would like to know is:
- Is it possible to have more frequent updates?
- Is it reasonable to assume that during those 100ms the velocity remained constant in the value provided by the odometry messages?
- Does anyone know how often the pose in the odometry messages is updated in firmware?