How to publish MAXON Encoder in EPOS2 70/10 for building "nav_msgs/Odometry"
Hi, I'm learning ROS for graduating undergraduate course.
I am following this Tutorial ' http://wiki.ros.org/navigation/Tutori... ' to make mobile robot.
I already made teleoperation pkg , '/cmd_vel ', which spend the message to ' rosserial_arduino ' and
control motor with key_board button. And next step, I want to build navigation. So I heard I have to make
odometry and tf msg , which need a published 'Encoder data' .
I have two MAXON motor ; the two controllers are EPOS2 70/10 .
I have been googling how to publish encoder for using ' nav_msgs/Odometry ' but, I don't have idea .....
How to publish encoder data over ROS and subscribe it on using 'nav_msgs/Odometry'