Robotics StackExchange | Archived questions

turtlebot/ kobuki raw encoder readings

hi guys,

I am attempting to write a odom node which needs to subscribe to a topic with raw encoder values. But I am not so sure which topic it is..

I appreciate your help in advance!

Asked by hazel on 2016-08-11 06:52:41 UTC

Comments

According to the kobuki tutorials, the kobuki base controller already publishes odometry on the /odom topic. Why do you need to reinvent the wheel and compute your own odometry? (And I can't find any topic which has the raw values either.)

Asked by Mark Rose on 2016-08-11 16:53:47 UTC

Thanks for the reply hopefully I've deleted the duplicate question. (though I could still see the supposedly deleted post on my account page:/) I was trying to follow rosodom tutorial, was thinking that it would be better to sub to real values rather than hardcoded ones as suggested in that tutorial

Asked by hazel on 2016-08-11 20:50:14 UTC

Answers