This is the automatically generated API reference for the SLAMTEC Aurora Python SDK.
- aurora_sdk - Aurora SDK v2 - Component-based architecture.
- controller - Aurora SDK Controller component.
- data_provider - Aurora SDK DataProvider component.
- enhanced_imaging - Aurora SDK Enhanced Imaging component.
- floor_detector - Floor Detector module for Aurora SDK.
- lidar_2d_map_builder - Aurora SDK LIDAR2DMapBuilder component.
- map_manager - Aurora SDK MapManager component.
- transform_manager - Transform manager for Aurora SDK 2.1.1.
- camera_mask - Camera mask management for Aurora SDK 2.1.1.
- dashcam_recorder - Dashcam recorder management for Aurora SDK 2.1.1.
- data_recorder - Aurora SDK DataRecorder component.
- listener - Aurora SDK listener bridge.
- persistent_config - Persistent configuration management for Aurora SDK 2.1.1.
- timesync - Standalone time synchronization client for Aurora SDK 2.1.1.
- data_types - Data types and structures for Aurora SDK Python bindings.
- exceptions - Exception classes for Aurora SDK Python bindings.
- utils - Aurora SDK Utility Functions
This module contains helper functions and utilities for common operations with the Aurora SDK, such as map synchronization checking, data processing, status monitoring, and semantic segmentation utilities.
- c_bindings - Low-level C bindings for Aurora SDK using ctypes.
from slamtec_aurora_sdk import AuroraSDK
# Create SDK instance
sdk = AuroraSDK()
# Connect to device
sdk.connect(connection_string="192.168.11.1")
# Get data
pose = sdk.data_provider.get_current_pose()
left_img, right_img = sdk.data_provider.get_camera_preview()
# Cleanup
sdk.disconnect()
sdk.release()The Aurora Python SDK follows a component-based architecture:
- AuroraSDK: Aurora SDK v2 - Component-based architecture.
- Controller: Aurora SDK Controller component.
- DataProvider: Aurora SDK DataProvider component.
- EnhancedImaging: Aurora SDK Enhanced Imaging component.
- FloorDetector: Floor Detector module for Aurora SDK.
- LIDAR2DMapBuilder: Aurora SDK LIDAR2DMapBuilder component.
- MapManager: Aurora SDK MapManager component.
- TransformManager: Transform manager for Aurora SDK 2.1.1.
- CameraMask: Camera mask management for Aurora SDK 2.1.1.
- DashcamRecorder: Dashcam recorder management for Aurora SDK 2.1.1.
- DataRecorder: Aurora SDK DataRecorder component.
- Listener: Aurora SDK listener bridge.
- PersistentConfig: Persistent configuration management for Aurora SDK 2.1.1.
- Timesync: Standalone time synchronization client for Aurora SDK 2.1.1.
Documentation generated automatically from source code