Stream manual control frames
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Request
The time interval, in milliseconds, that determines the frequency at which to send heartbeat events. Defaults to 30000 (30 seconds).
Response
A single frame of manual control input forwarded by Lattice to an agent.
When an operator sends manual control input, for example, joystick movements using
SendManualControlFrames, Lattice packages each input into a ManualControlFrame
and forwards it to the executing agent via the ListenForManualControlFrames
streaming RPC.
Each frame carries sequencing metadata to support concurrent control sessions, detect stale frames, and ensure proper ordering.