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

"frame_id" assignment

asked 2012-02-21 22:37:05 -0500

alfa_80 gravatar image

updated 2012-02-21 22:37:27 -0500

I would like to know the semantic behind the following frame_id assignment:

cloud.header.frame_id = "/map";

Which of the following (or both are) is correct:

  1. We want to express our cloud values in the world(/map in this case) frame.
  2. We want to express our cloud values with respect to the origin of the world(/map in this case) frame.

I just couldn't see the difference between those two, and at the moment, I presumed that they both carry the same semantic and effect.

Thanks in advance.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2012-02-21 23:30:50 -0500

dornhege gravatar image

I think 1. and 2. are exactly the same.

edit flag offensive delete link more

Comments

Thanks a lot for the confirmation.

alfa_80 gravatar image alfa_80  ( 2012-02-22 00:32:50 -0500 )edit

Question Tools

Stats

Asked: 2012-02-21 22:37:05 -0500

Seen: 2,084 times

Last updated: Feb 21 '12