Login  Register

Wheel odometry integration in standalone rtabmap

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

Wheel odometry integration in standalone rtabmap

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

Re: Wheel odometry integration in standalone rtabmap

matlabbe
Administrator
4462 posts
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.