Client API#
These pages cover the high-level C++ client surface used by application code.
Start with rb::Robot<T> first, then drill into the command handlers,
real-time control structs, and serial stream helper as needed.
API Pages
Page |
Main types |
Description |
|---|---|---|
|
Main control client for connection, power, servo, state streaming, command submission, time sync, and parameter access. |
|
|
One-shot command handle for waiting on completion and collecting final feedback. |
|
|
Streaming command handle for sending multiple requests and reading feedback incrementally. |
|
|
Data structs exchanged through the |
|
|
SDK-managed serial device stream outside the gRPC robot client path. |