Expand description
Behavior Executor Node
Loads and executes behavior trees for autonomous robot control.
This node:
- Loads a behavior tree from a JSON file
- Registers built-in action nodes (wander, move, timer, sensor_check)
- Executes the behavior tree at a configurable tick rate
- Publishes status and statistics
- Listens to control commands (enable/disable) from dashboard
Structs§
- Behavior
Executor Config - Configuration for the behavior executor node
- Behavior
Executor Node - Behavior executor node that runs behavior trees
- Behavior
Status Message - Status message published by behavior executor
Functions§
- run
- Run this node