"frame_id" assignment
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:
- We want to express our cloud values in the world(/map in this case) frame.
- 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.