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

non-fully-qualified-frame_id how to fix?

asked 2013-06-19 04:34:10 -0500

mharms gravatar image

updated 2013-06-20 04:47:24 -0500

Hi @All, please can you explain me, whats the the reason for this warning and how to fix it.

I get this [WARN][...]: Message from [/laserscanner-tcp] has a non-fully-qualified frame_id [laser]. Resolved locally to [/laser]...

Allthough its a warning I ignored but maybe its a good idea to fix it, but have no idea how.

Thanks

Michael

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-06-20 05:37:31 -0500

dornhege gravatar image

It's missing a tf prefix. The frame id laser could be resolved to /laser (a "world-wide" frame id) or /robot_a/laser (a robot-specific frame id).

If there is not tf prefix (i.e. you are not doing multirobot stuff) resolving laser to /laser is fine and shouldn't give you any problems.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-06-19 04:34:10 -0500

Seen: 223 times

Last updated: Jun 20 '13