Python client for interacting with Standard Bots RO1 robotic arms. Provides high-level controls for movement, gripper actions, and system management. Version 2.x uses a modern async API; breaking changes from 1.x include removal of synchronous methods and renamed endpoints.
pip install standardbotsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Async quickstart: connect, move, grip, disconnect.
Wrap code in async def and use await for all robot methods.
Use 'from standardbots import StandardBot' instead of 'import standardbots' and accessing class.
Set env var or pass api_key explicitly: StandardBot(api_key='...')
Verify coordinate frame in official docs; test with small movements first.