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

Revision history [back]

The message is complaining that canTransform() is not able to get the relationship of simplebot/base_link to /map. This is because you only have a frame called "base_link" instead of "simplebot/base_link".

So modify your code by changing the arguments of canTransform() in your code.

The message is complaining that canTransform() is not able to get the relationship of simplebot/base_link to /map. This is because you only have a frame called "base_link" instead of "simplebot/base_link".

So modify your code by changing the arguments of canTransform() in your code..