.gitignore
.python-version
Makefile
README.md
pyproject.toml
pytest.ini
uv.lock
.agents/rules/AGENTS.md
.workflow/pr-master-ut.yml
docs/API_DOC.md
docs/ASYNC_AUDIO_PLAYBACK.md
docs/AUDIO.md
docs/BTRAJ_FORMAT.md
docs/IMAGE_FORMAT_CONVENTIONS.md
docs/MODERN_PYTHON_ENV_ARCHITECTURE.md
docs/OFFLINE_INSTALLER.md
docs/OFFLINE_INSTALLER_PTH_OPTION.md
docs/ROS2_UBUNTU_PYTHON_DEPENDENCIES.md
docs/SPEECH.md
docs/TASK_HANDLE_DESIGN.md
draft/CYCLONEDDS_IDL_EVALUATION.md
draft/_sdk_adapter_multiprocessing.py
draft/action_plan.md
draft/interface_design.md
draft/lidar_perception_summary.md
draft/sdk15x_issue.md
draft/sdk_code.md
draft/segmentation_backup.py
draft/speech_example.py
draft/urdf_getter_example.py
draft/doubao_speech_provider/__init__.py
draft/doubao_speech_provider/_mic_capture.py
draft/doubao_speech_provider/_stream_utils.py
draft/doubao_speech_provider/provider.py
draft/doubao_speech_provider/realtime.py
draft/doubao_speech_provider/speech_recognize_example.py
draft/doubao_speech_provider/streaming_asr.py
scripts/baseline_symbols.txt
scripts/build_debug.sh
scripts/dev-setup.sh
scripts/export_pyi.sh
scripts/install_jupyter.sh
scripts/install_test_pypi.sh
scripts/install_to_docker.sh
scripts/lifecycle_check.py
scripts/ci/run-gitee-ut.sh
scripts/ci/select-ut-target.sh
scripts/offline/build_run.sh
scripts/offline/install_payload.sh
scripts/offline/installer_stub.sh
scripts/offline/prepare_apt_repo.sh
scripts/offline/prepare_wheelhouse.sh
scripts/offline/profile_lib.sh
scripts/offline/uninstall_payload.sh
scripts/offline/verify_payload.sh
scripts/offline/constraints/core.txt
scripts/offline/profiles/humble-aarch64.toml
scripts/offline/profiles/humble-x86_64.toml
scripts/offline/profiles/kilted-aarch64.toml
scripts/offline/profiles/kilted-x86_64.toml
shared-file-system/script/s-40-build-component.sh
src/boosteros/__init__.py
src/boosteros/_version.py
src/boosteros/api_lifecycle.json
src/boosteros/api_lifecycle.toml
src/boosteros.egg-info/PKG-INFO
src/boosteros.egg-info/SOURCES.txt
src/boosteros.egg-info/dependency_links.txt
src/boosteros.egg-info/entry_points.txt
src/boosteros.egg-info/requires.txt
src/boosteros.egg-info/scm_file_list.json
src/boosteros.egg-info/scm_version.json
src/boosteros.egg-info/top_level.txt
src/boosteros/_lifecycle/README.md
src/boosteros/_lifecycle/__init__.py
src/boosteros/_lifecycle/__main__.py
src/boosteros/_lifecycle/discovery.py
src/boosteros/_lifecycle/errors.py
src/boosteros/_lifecycle/export.py
src/boosteros/_lifecycle/inheritance.py
src/boosteros/_lifecycle/loader.py
src/boosteros/_lifecycle/model.py
src/boosteros/_lifecycle/registry.py
src/boosteros/_lifecycle/runtime.py
src/boosteros/base/__init__.py
src/boosteros/base/audio.py
src/boosteros/base/hand_guiding.py
src/boosteros/base/logger.py
src/boosteros/base/robot.py
src/boosteros/base/utils.py
src/boosteros/brain/__init__.py
src/boosteros/brain/brain.py
src/boosteros/brain/res/all.onnx
src/boosteros/brain/res/yolo11s.onnx
src/boosteros/brain/speech/__init__.py
src/boosteros/brain/speech/_config.py
src/boosteros/brain/speech/speech.py
src/boosteros/brain/speech/_providers/__init__.py
src/boosteros/brain/speech/_providers/base.py
src/boosteros/brain/speech/_providers/registry.py
src/boosteros/brain/speech/_providers/booster/__init__.py
src/boosteros/brain/speech/_providers/booster/audio_utils.py
src/boosteros/brain/speech/_providers/booster/provider.py
src/boosteros/brain/speech/_providers/booster/task_handles.py
src/boosteros/brain/speech/_providers/booster/voice_type.py
src/boosteros/brain/vision/__init__.py
src/boosteros/brain/vision/detection.py
src/boosteros/examples/__init__.py
src/boosteros/examples/booster/action_control_example.py
src/boosteros/examples/booster/audio_example.py
src/boosteros/examples/booster/audio_stream_example.py
src/boosteros/examples/booster/auto_soccer_kick.py
src/boosteros/examples/booster/chat_example.py
src/boosteros/examples/booster/go_to_ball.ipynb
src/boosteros/examples/booster/go_to_ball.py
src/boosteros/examples/booster/go_to_ball_callback.py
src/boosteros/examples/booster/hand_guilding_example.py
src/boosteros/examples/booster/img_motion_demo.ipynb
src/boosteros/examples/booster/joint_control_example.py
src/boosteros/examples/booster/joint_upper_control_example.py
src/boosteros/examples/booster/k1_light_example.py
src/boosteros/examples/booster/motion_example.py
src/boosteros/examples/booster/play_action_with_bgm.py
src/boosteros/examples/brain/speech_chat_example.py
src/boosteros/examples/brain/speech_speak_limit.py
src/boosteros/examples/brain/speech_speak_recognize_example.py
src/boosteros/examples/brain/speech_stream_recognize_example.py
src/boosteros/robots/__init__.py
src/boosteros/robots/booster/__init__.py
src/boosteros/robots/booster/booster_robot.py
src/boosteros/robots/booster/k1.py
src/boosteros/robots/booster/t2.py
src/boosteros/robots/booster/_adapters/__init__.py
src/boosteros/robots/booster/_adapters/constants.py
src/boosteros/robots/booster/_adapters/device_info.py
src/boosteros/robots/booster/_adapters/loco.py
src/boosteros/robots/booster/_adapters/ros.py
src/boosteros/robots/booster/_adapters/sdk.py
src/boosteros/robots/booster/_adapters/speech.py
src/boosteros/robots/booster/_adapters/status.py
src/boosteros/robots/booster/_audio/__init__.py
src/boosteros/robots/booster/_audio/input_stream.py
src/boosteros/robots/booster/_audio/manager.py
src/boosteros/robots/booster/_audio/pcm_playback_task.py
src/boosteros/robots/booster/_audio/pcm_player.py
src/boosteros/robots/booster/_audio/pcm_stream_task.py
src/boosteros/robots/booster/_audio/play_sound_task.py
src/boosteros/robots/booster/_audio/recorder.py
src/boosteros/robots/booster/_audio/runtime.py
src/boosteros/robots/booster/_audio/sdk_types.py
src/boosteros/robots/booster/_audio/utils.py
src/boosteros/robots/booster/_hand_guiding/__init__.py
src/boosteros/robots/booster/_hand_guiding/constants.py
src/boosteros/robots/booster/_hand_guiding/manager.py
src/boosteros/robots/booster/_hand_guiding/package.py
src/boosteros/robots/booster/_hand_guiding/replay_source.py
src/boosteros/robots/booster/_hand_guiding/replay_task.py
src/boosteros/robots/booster/_hand_guiding/robot_meta.py
src/boosteros/robots/booster/_hand_guiding/trajectory_parser.py
src/boosteros/robots/booster/_motion/__init__.py
src/boosteros/robots/booster/_motion/action_activity.py
src/boosteros/robots/booster/_motion/action_task.py
src/boosteros/robots/booster/_motion/actions.py
src/boosteros/robots/booster/_motion/commands.py
src/boosteros/robots/booster/_motion/get_up_task.py
src/boosteros/robots/booster/_motion/joints.py
src/boosteros/robots/booster/_motion/robot_mode.py
src/boosteros/robots/booster/_motion/soccer_kick.py
src/boosteros/robots/booster/_subscription/__init__.py
src/boosteros/robots/booster/_subscription/channels.py
src/boosteros/robots/booster/_subscription/converters.py
src/boosteros/robots/booster/_subscription/fall_down_state.py
src/boosteros/robots/booster/_subscription/subscription.py
src/boosteros/robots/booster/_subscription/trained_traj_status.py
src/boosteros/robots/booster/_tasks/__init__.py
src/boosteros/robots/booster/_tasks/manager.py
src/boosteros/robots/booster/_tasks/registry.py
src/boosteros/robots/booster/_tasks/types.py
src/boosteros/robots/booster/_utils/__init__.py
src/boosteros/robots/booster/_utils/debug.py
src/boosteros/robots/booster/_utils/robot_model.py
src/boosteros/robots/booster/_utils/singleton.py
src/boosteros/types/__init__.py
src/boosteros/types/audio_data.py
src/boosteros/types/audio_session.py
src/boosteros/types/battery_data.py
src/boosteros/types/camera_info.py
src/boosteros/types/header.py
src/boosteros/types/image.py
src/boosteros/types/imu_data.py
src/boosteros/types/joint_data.py
src/boosteros/types/joint_state.py
src/boosteros/types/meta_info.py
src/boosteros/types/odom_data.py
src/boosteros/types/subscription.py
src/boosteros/types/task_handle.py
src/boosteros/types/time.py
src/boosteros/types/trajectory_data.py
src/boosteros/types/transform.py
src/boosteros/types/vision_data.py
src/boosteros/utils/examples.py
tests/__init__.py
tests/agent/default.py
tests/agent/demo.py
tests/base/test_logger.py
tests/base/test_robot_contract.py
tests/base/test_utils.py
tests/brain/__init__.py
tests/brain/test_brain_example.py
tests/brain/test_brain_local.py
tests/brain/test_detection.py
tests/brain/test_speech.py
tests/brain/test_vision.py
tests/integration/robots/README.md
tests/integration/robots/_functional_utils.py
tests/integration/robots/_smoke_reporter.py
tests/integration/robots/conftest.py
tests/integration/robots/run_robot_integration.py
tests/integration/robots/test_booster_actions_real.py
tests/integration/robots/test_booster_audio_real.py
tests/integration/robots/test_booster_audio_sources_real.py
tests/integration/robots/test_booster_audio_stream_real.py
tests/integration/robots/test_booster_base_motion_real.py
tests/integration/robots/test_booster_diagnostic.py
tests/integration/robots/test_booster_functional_sensors.py
tests/integration/robots/test_booster_get_up_real.py
tests/integration/robots/test_booster_hand_guiding.py
tests/integration/robots/test_booster_hand_guiding_record_real.py
tests/integration/robots/test_booster_light_manager_real.py
tests/integration/robots/test_booster_list_sensors.py
tests/integration/robots/test_booster_modes_gaits_real.py
tests/integration/robots/test_booster_multi_camera.py
tests/integration/robots/test_booster_regression_integration.py
tests/integration/robots/test_booster_sensor_data_streams.py
tests/integration/robots/test_booster_soccer_kick_sim.py
tests/integration/robots/test_booster_speech_real.py
tests/integration/robots/test_booster_speech_roundtrip_real.py
tests/integration/robots/test_sdk_diagnose.py
tests/integration/robots/audio_res/speech_roundtrip.wav
tests/integration/robots/hand_guiding_res/k1_sample.btraj
tests/integration/robots/hand_guiding_res/t1_sample.btraj
tests/lifecycle/__init__.py
tests/lifecycle/test_discovery.py
tests/lifecycle/test_inheritance.py
tests/lifecycle/test_loader.py
tests/lifecycle/test_registry_export.py
tests/lifecycle/test_runtime.py
tests/robots/__init__.py
tests/robots/conftest.py
tests/robots/test_booster_action_activity.py
tests/robots/test_booster_action_specs.py
tests/robots/test_booster_action_task.py
tests/robots/test_booster_actions_mock.py
tests/robots/test_booster_audio_handles.py
tests/robots/test_booster_audio_internals.py
tests/robots/test_booster_audio_manager.py
tests/robots/test_booster_audio_utils.py
tests/robots/test_booster_data_transfer.py
tests/robots/test_booster_gait_model_gate.py
tests/robots/test_booster_hand_guiding_archive.py
tests/robots/test_booster_hand_guiding_manager.py
tests/robots/test_booster_hand_guiding_model_gate.py
tests/robots/test_booster_hand_guiding_replay.py
tests/robots/test_booster_light_manager.py
tests/robots/test_booster_loco_client.py
tests/robots/test_booster_pcm_playback_tasks.py
tests/robots/test_booster_robot_facade.py
tests/robots/test_booster_robot_info.py
tests/robots/test_booster_robot_sensors.py
tests/robots/test_booster_ros_adapter.py
tests/robots/test_booster_sdk_adapter.py
tests/robots/test_booster_sensor_subscriptions.py
tests/robots/test_booster_singleton.py
tests/robots/test_booster_speech_runtime.py
tests/robots/test_booster_status_debouncer.py
tests/robots/test_booster_subscription_debug.py
tests/robots/test_booster_task_manager.py
tests/robots/test_booster_task_registry.py
tests/robots/test_booster_task_types.py
tests/robots/test_robot_verify.py
tests/robots/test_soccer_kick_manager.py
tests/robots/hand_guiding_res/sample.btraj
tests/types/test_audio_data.py
tests/types/test_battery_time.py
tests/types/test_camera_imu_joint.py
tests/types/test_image.py
tests/types/test_odom_transform.py
tests/types/test_trajectory_task.py
tests/types/test_vision_data.py
tools/stress_agent_manager.py