.flake8
.gitignore
API.md
LICENSE
PROTOCOL.md
README.md
pyproject.toml
bonicos/__init__.py
bonicos/discovery.py
bonicos/enums.py
bonicos/exceptions.py
bonicos/protocol.py
bonicos/py.typed
bonicos/robot.py
bonicos.egg-info/PKG-INFO
bonicos.egg-info/SOURCES.txt
bonicos.egg-info/dependency_links.txt
bonicos.egg-info/requires.txt
bonicos.egg-info/top_level.txt
bonicos/controllers/__init__.py
bonicos/controllers/_base.py
bonicos/controllers/arm.py
bonicos/controllers/camera.py
bonicos/controllers/head.py
bonicos/controllers/motion.py
bonicos/controllers/navigation.py
bonicos/controllers/precise_motion.py
bonicos/controllers/sensors.py
bonicos/controllers/system.py
bonicos/transports/__init__.py
bonicos/transports/_camera_link.py
bonicos/transports/base.py
bonicos/transports/mock.py
bonicos/transports/sim.py
bonicos/transports/websocket.py
examples/01_connect_and_lifecycle.py
examples/02_basic_motion.py
examples/03_precise_motion_and_queue.py
examples/04_navigation_and_mapping.py
examples/05_arms_grippers_neck.py
examples/06_head_expression_and_display.py
examples/07_speech.py
examples/08_sensors_and_telemetry.py
examples/09_system_and_health.py
examples/10_square_patrol_routine.py
examples/11_error_handling.py
examples/README.md
tests/__init__.py
tests/conftest.py
tests/test_arm.py
tests/test_camera.py
tests/test_connect_resolution.py
tests/test_motion.py
tests/test_navigation.py
tests/test_precise_motion.py
tests/test_protocol.py
tests/test_robot_lifecycle.py
tests/test_sensors.py
tests/test_sim_transport.py
tests/test_system.py
tests/test_websocket_transport.py