2 Repos
Custom plugin registrations for path planners and motion controllers.
Distinct from Custom Plugin Registrations: Specializes plugin registration for robotic navigation controllers and planners.
Explore 2 awesome GitHub repositories matching development tools & productivity · Navigation Algorithm Plugins. 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
Allows the creation of custom plugins for controllers and planners to modify robot movement and perception.
This project is a comprehensive library and framework for autonomous mobile robot navigation, providing a suite of geometric, heuristic, and optimization-based algorithms. It enables robots to calculate collision-free global paths and generate smooth, kinematically feasible local trajectories within complex environments. The system is built on a modular plugin architecture that allows developers to integrate and configure custom motion planning algorithms directly into the Robot Operating System. By utilizing a layered spatial representation, the framework aggregates heterogeneous sensor data
Enables the integration of specialized motion planning algorithms through a standardized navigation plugin interface.