Action Interface
Navigation Actions
Navigation Actions
Manipulation Actions
Manipulation Actions
3 actions
| Action Name | Type | Description |
|---|---|---|
| /execute_behavior | brain_messages/ExecuteBehavior | Execute a learned manipulation behavior with runtime feedback. |
| /execute_policy | brain_messages/ExecutePolicy | Run a policy for a configured duration. |
| /execute_primitive | brain_messages/ExecutePrimitive | Execute a skill/primitive with JSON inputs. |
When to use an action
Actions are useful when execution takes time and you need progress updates, cancellation, and a final result (for example navigation goals or manipulation routines). For one-shot RPC, use Services; for continuous streams, use Topics.Quick commands
Send goal examples
Navigate to a pose
Execute a learned manipulation behavior
Execute a skill (primitive)
Navigation Stack
Planner/controller details and navigation runtime behavior.
Manipulation Stack
Behavior execution and manipulation runtime details.

