ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The frame_id
in the PointCloud2
header names the relevant tf
frame of reference.
2 | add links to tf info |
The frame_id
in the PointCloud2
header names the relevant tf
frame of reference.
ROS handles transforms between coordinate frames using the tf package. That component is complex, not easily summarized here. Please consult the tf design documentation and the tf tutorials for more information.