Classes | |
| class | PositionalTrackingParameters |
| Structure containing a set of parameters for the positional tracking module initialization. More... | |
| class | Rotation |
| Class representing a rotation for the positional tracking module. More... | |
| class | Translation |
| Class representing a translation for the positional tracking module. More... | |
| class | Orientation |
| Class representing an orientation/quaternion for the positional tracking module. More... | |
| class | Transform |
| Class representing a transformation (translation and rotation) for the positional tracking module. More... | |
| class | Pose |
| Class containing positional tracking data giving the position and orientation of the camera in 3D space. More... | |
| class | Landmark |
| Represents a 3d landmark. More... | |
| class | Landmark2D |
| Represents the projection of a 3d landmark in the image. More... | |
| class | PositionalTrackingStatus |
| Lists the different status of positional tracking. More... | |
Enumerations | |
| enum class | POSITIONAL_TRACKING_MODE |
| Lists the mode of positional tracking that can be used. More... | |
| enum class | AREA_EXPORTING_STATE |
| Lists the different states of spatial memory area export. More... | |
| enum class | REFERENCE_FRAME |
| Lists possible types of position matrix used to store camera path and pose. More... | |
| enum class | POSITIONAL_TRACKING_STATE |
| Lists the different states of positional tracking. More... | |
| enum class | ODOMETRY_STATUS |
| Report the status of current odom tracking. More... | |
| enum class | SPATIAL_MEMORY_STATUS |
| Report the status of current map tracking. More... | |
| enum class | POSITIONAL_TRACKING_FUSION_STATUS |
| Report the status of the positional tracking fusion. More... | |
|
strong |
Lists the mode of positional tracking that can be used.
| Enumerator | |
|---|---|
| GEN_1 | Default mode. Fast and stable mode. Requires depth computation. Less robust than GEN_3 |
| GEN_2 | |
| GEN_3 | Fast and accurate, in both exploratory mode and mapped environments.\Note Can be used even if depth_mode is set to DEPTH_MODE::NONE. |
|
strong |
Lists the different states of spatial memory area export.
|
strong |
Lists possible types of position matrix used to store camera path and pose.
| Enumerator | |
|---|---|
| WORLD | The transform of sl::Pose will contain the motion with reference to the world frame (previously called PATH). |
| CAMERA | The transform of sl::Pose will contain the motion with reference to the previous camera frame (previously called POSE). |
|
strong |
Lists the different states of positional tracking.
|
strong |
Report the status of current odom tracking.
|
strong |
Report the status of current map tracking.
|
strong |