1 Repo
The process of computing a feasible spatial route and translating it into motor velocity commands.
Distinct from Agentic Plan-And-Execute Workflows: This is a physical robotic motion workflow, distinct from the a-priori strategic planning of AI agents.
Explore 1 awesome GitHub repository matching hardware & iot · Plan-and-Execute Motion Workflows. Refine with filters or upvote what's useful.
Navigation2 is a ROS 2 navigation framework for autonomous mobile robots. It provides the core identity of a path planner, costmap management system, kinematic motion controller, and behavior tree orchestrator to compute collision-free routes and execute movement commands. The framework is distinguished by its use of behavior trees to coordinate modular task servers, enabling complex navigation routines and autonomous recovery actions. It supports a plugin-based architecture that allows planners and controllers to be swapped at runtime to adapt to different environments. The system covers a
Computes a feasible route and generates motor velocity commands while avoiding obstacles.