Need help understanding parameters of OcTree::insertPointCloud
71 views
Skip to first unread message
Alex Brachet
unread,
Apr 17, 2019, 7:50:45 PM4/17/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OctoMap developers and users discussion
Could someone help me understand what sensor origin is in insertPointCloud(Pointcloud&, point3d& sensor_origin, pose6d&, bool, bool)? Should sensor origin just be (0,0,0), or the (x,y,z) from frame 0? This isn't quite clear for me. Thanks.
Armin Hornung
unread,
Apr 24, 2019, 3:46:04 PM4/24/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
It's the origin of the sensor, from where the pointcloud was observed.
The first variant (only sensor_origin) considers the coordinates in a
global coordinate frame, while the second one (sensor_origin and
frame_origin) considers the sensor origin relative to the frame origin
(<0,0,0> would be within the frame origin).