Clarification needed: spherical coordinates (r, θ, φ) zero-values for Data_Type 1, 3, 5, 8 #245
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Clarification needed: spherical coordinates (depth, theta and phi) zero‑values for Data_Type 1, 3, 5, 8
Page: Livox‑SDK Communication Protocol – §3.3 Point Cloud/IMU Data (Data_Type)
Issue Summary
With respect to section 3.3, it's understood that for Cartesian output, no‑detection points (Return 0: E.g. pointing at the empty sky) are represented as
(0, 0, 0). However, the behavior for spherical coordinate output (Data_Type 1, 3, 5, and 8) under no‑detection conditions is not specified.What’s Missing
For the spherical formats corresponding to Data_Type 1, 3, 5, and 8, please clarify whether:
Knowing whether theta and phi retain scanning direction even when depth is 0 is crucial for correct interpretation of “sky” or no‑return points.
Additional Question
livox_ros_driverorlivox_ros_driver2offer a ROS topic or configuration option to publish point clouds directly in spherical coordinates(r, θ, φ)?Thank you for reviewing this; clarifications here would significantly aid users handling spherical point-cloud data!