Wheel odometry integration in standalone rtabmap

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Wheel odometry integration in standalone rtabmap

StefanoMutti
Is it possible to integrate wheel odometry in the standalone RTABMap?
thanks
Reply | Threaded
Open this post in threaded view
|

Re: Wheel odometry integration in standalone rtabmap

matlabbe
Administrator
Depending on the camera you have, you could modify the camera class to pool your wheel odometry and set odomPose and odomCovariance parameters of the published CameraEvent. Make sure the camera class returns true for inherited odomProvided() function.