ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The Tim has an Ethernet Interface so you can communicate direct with the Sensor from the ROS PC.

So Ros Can Generatate the Map.

The you need a Kinematic description of you vehicle (Differentialdrive, Akermann, Mecanum, Omi...):

Asume you have an : And now Is you Turn to Code: For the Embedded PC you write a simple Programm which sends the Encoder values and receives wheel velocities comands.

On the Ros PC you program the counterpart ROS-Node (Read Encode Write Position) and with the Kinematic description you can Publish "Odom MSGs" and Subscribe the "cmd_val" Topic and send the content to your Embedded PC