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

Revision history [back]

If you create a simple node (or add to your existing autonomy node) a TF subscriber, you can simply obtain the robot pose by obtaining the map to base_link transformation at your desired capture rate and store that in a list or whatever other format you find useful.

If you use a TF transformation filter on this node with your laser scanner as the subscriber, you can then easily have these things synchronized.