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

Check a couple of things:

  1. Is the time on both the PCs synchronised?
  2. rosrun tf tf_echo /map /base_footprint (and print the output of this)

Check a couple of things:

  1. Is the time on both the PCs synchronised? It's possible that the time is different across both your machines. In which case, you can set up an NTP server on one of them to synchronise time.
  2. Use the following commands to debug

rosrun tf view_frames

rosrun tf tf_echo /map /base_footprint /base_footprint

(and print show us the output of this)that if you aren't able to figure it out)

Also, there should be a few other related questions on this website since this is a common error and the tf tutorials has help on common pitfalls.