This file tracks notable changes for the py_aurora_remote repository.
- Added full Python coverage for the public Aurora Remote SDK 2.1.1 feature set, including:
- session creation flags and listener-backed session creation
- standalone
TimeSyncClient - pose covariance retrieval and readable conversion
- pose augmentation APIs
- persistent config APIs
- transform manager APIs
- camera mask APIs
- dashcam recorder APIs
- controller power-operation APIs
- Added new 2.1.1 example scripts:
time_sync.pywallclock_sync.pypose_augmentation.pypose_covariance.pypersistent_config.pytransform_manager.pycamera_mask.pydashcam_recorder.pysystem_power.py
- Added a unified source file header across Python sources with project, file, and copyright information.
- Updated the exported Python package surface and version metadata to align with Aurora Remote SDK
2.1.1. - Updated top-level English and Chinese READMEs and regenerated the API documentation under
docs/. - Updated explicit manual example IP defaults to
192.168.11.1while keeping auto-discovery defaults unchanged.
- Fixed discovery-based standalone example address selection in
examples/_demo_common.pyto prefer usable IPv4 addresses over IPv6 link-local addresses without a scope ID. - Fixed
nanposition reporting inexamples/pose_augmentation.pyby removing the low-rate-mode override and snapshotting pose tuples in the callback. - Fixed stride-aware decoding for image, depth, point3D, and segmentation buffers in the Python SDK.
- Fixed RGB/BGR handling and camera-coordinate rendering issues in
examples/dense_point_cloud.py. - Fixed segmentation map stride handling in the Python SDK and semantic segmentation demo path.
- Native Aurora Remote SDK release history is tracked in
cpp_sdk/Changelog.md. - Earlier Python repository changes prior to the 2.1.1 parity update are tracked in git history and the project README files.