FusedPositionalTrackingStatus Class Reference

Class containing the overall position fusion status. More...

Attributes

ODOMETRY_STATUS odometry_status
 Represents the current state of Visual-Inertial Odometry (VIO) tracking between the previous frame and the current frame. More...
 
SPATIAL_MEMORY_STATUS spatial_memory_status
 Represents the current state of camera tracking in the global map. More...
 
GNSS_STATUS gnss_status = sl::GNSS_STATUS::UNKNOWN
 Represents the current status of GNSS. More...
 
GNSS_MODE gnss_mode = sl::GNSS_MODE::UNKNOWN
 Represents the current mode of GNSS. More...
 
GNSS_FUSION_STATUS gnss_fusion_status
 Represents the current state of GNSS fusion for global localization. More...
 
POSITIONAL_TRACKING_FUSION_STATUS tracking_fusion_status
 Represents the current state of positional tracking fusion. More...
 

Detailed Description

Class containing the overall position fusion status.

Variables

◆ odometry_status

ODOMETRY_STATUS odometry_status

Represents the current state of Visual-Inertial Odometry (VIO) tracking between the previous frame and the current frame.

◆ spatial_memory_status

SPATIAL_MEMORY_STATUS spatial_memory_status

Represents the current state of camera tracking in the global map.

◆ gnss_status

Represents the current status of GNSS.

◆ gnss_mode

Represents the current mode of GNSS.

◆ gnss_fusion_status

GNSS_FUSION_STATUS gnss_fusion_status

Represents the current state of GNSS fusion for global localization.

◆ tracking_fusion_status

POSITIONAL_TRACKING_FUSION_STATUS tracking_fusion_status

Represents the current state of positional tracking fusion.