how to get wheel encoder data on HuskyA200
I am working with Indigo Husky A200, and I want to try to implement the odometry pose estimation in python myself instead of using the existing Husky odometry node. I am a little confused on what package or node I need to subscribe to in order to use the encoder values in my odometry calculation?
I try to understand the build in odometry node husky_velocity_controller/odom
by look at this link and it said that the husky_velocity_controller/odom
is from raw odometry as read from Husky encoders. I am pretty new with c++, and looked through the code base but not sure where they processed the encoder information. Can anyone point this out for me?
Any suggestion is appreciated, thank you.