Skip to main content

Crate robonix_pilot

Crate robonix_pilot 

Source

ModulesΒ§

config πŸ”’
discovery πŸ”’
history πŸ”’
memory πŸ”’
pb πŸ”’
planner πŸ”’
service πŸ”’
soma_context πŸ”’
state_context πŸ”’
vlm πŸ”’

StructsΒ§

SystemLifecycleDriver πŸ”’

ConstantsΒ§

CMD_ACTIVATE πŸ”’
CMD_DEACTIVATE πŸ”’
CMD_INIT πŸ”’
CMD_SHUTDOWN πŸ”’
SHARED_DRIVER_CONTRACT πŸ”’

FunctionsΒ§

call_startup_driver πŸ”’
Invoke one startup lifecycle command through the real generated Driver RPC and reject an ok=false response as a startup failure.
connect_startup_driver πŸ”’
Connect to this process’s just-spawned Driver endpoint. Retries only the bounded bind/startup window; a connected endpoint is returned immediately.
lifecycle_target πŸ”’
main πŸ”’
startup_driver_endpoint πŸ”’
Return a loopback endpoint for an unspecified bind address so the process can self-dial without changing the endpoint it advertises through Atlas.
wait_for_driver_shutdown πŸ”’
Wait until Driver(CMD_SHUTDOWN) has published TERMINATED. A watch channel preserves a shutdown sent before this particular waiter starts polling.