- Runs interpreter.
- Call publisher.
- Call parser.
- Call statics.
- Call dynamics.
- Initializes node.
- Initializes topics (goal and status).
- Publishes on the topics.
- Tokenizes the IG input.
- parses the tokens input vertex and edges.
- Performs static checks on the graph created.
- executes the graph
- calls actions.
- Moves the bot forward using move_base
- Turns the bot using cmd_vel
- Moves the bot forward using cmd_vel
- Turns the bot using cmd_vel