awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesNavigation Algorithm Plugins

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.

  1. Home
  2. Development Tools & Productivity
  3. Plugin Systems
  4. Custom Plugin Registrations
  5. Navigation Algorithm Plugins

Awesome Navigation Algorithm Plugins GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ros-navigation/navigation2Avatar von ros-navigation

    ros-navigation/navigation2

    4,373Auf GitHub ansehen↗

    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.

    C++navigationroboticsros2
    Auf GitHub ansehen↗4,373
  • ai-winter/ros_motion_planningAvatar von ai-winter

    ai-winter/ros_motion_planning

    3,529Auf GitHub ansehen↗

    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.

    C++artificial-potential-fieldastarautonomous-vehicles
    Auf GitHub ansehen↗3,529

Unter-Tags erkunden

  • Dynamic Plugin SwitchingThe ability to swap active navigation algorithms at runtime without restarting the system. **Distinct from Navigation Algorithm Plugins:** Extends static plugin registration by allowing the active planner or controller to be changed on the fly.