Skip to main content
Version: 7.0

Circle Misalignment Metrics

Definition

Circle misalignment metrics contain the following fields:

Field
TypeDescription
metadataA common metadata objectThe metadata associated with the point cloud this circle target was measured in.
object_space_idUUIDThe UUID of the object space that was being observed.
measured_circle_centerAn array of 3 float valuesThe X/Y/Z coordinate of the center of the circle target.
plane_inliers_xAn array of floatsAll X-coordinates of points contained within the circle target.
plane_inliers_yAn array of floatsAll Y-coordinates of points contained within the circle target.
plane_inliers_zAn array of floatsAll Z-coordinates of points contained within the circle target.
world_extrinsics_component_idsAn array of UUIDsThe component IDs for each world extrinsic in world_extrinsics
world_extrinsicsAn array of world extrinsics objectsThe world pose (component from object space) that correspond to each circle_center_misalignment
circle_center_misalignmentAn array of circle center coordinatesThe errors between the circle centre location estimated from the composition of a component's world extrinsic with the point-cloud data from a LiDAR.
plane_inliers_distancesAn array of arrays of floatsThe point-to-plane distances between the plane inlier points and the plane observed at a given world extrinsic.
plane_distance_rmse_per_weAn array of floatsSimilar to plane_inliers_distances but represents the RMSE of all plane inlier distances.
circle_center_rmseFloatThe circle center misalignment RMSE over all world extrinsics.
plane_distance_rmseFloatThe plane inlier distance RMSE over all world extrinsics.

Analysis

Coming soon!

We're still building out the best visualizations and interpertations of these metrics. Check back later for more information on how to analyze this data.