awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ros-planning avatar

ros-planning/navigationArchived

0
View on GitHub↗
2,648 स्टार्स·1,831 फोर्क्स·C++·5 व्यूज़

Navigation

This project is a framework for autonomous mobile robot navigation within the Robot Operating System ecosystem. It provides a suite of tools for calculating safe trajectories and movement commands, enabling mobile bases to reach specific destinations while avoiding obstacles in dynamic environments.

The system utilizes a hierarchical planning approach that separates long-range path generation from short-range reactive obstacle avoidance. It maintains spatial awareness through a centralized coordinate tracking system and a grid-based representation that stores obstacle information and proximity costs. A plugin-based architecture allows for the integration of custom path planners and recovery behaviors, while a message-passing interface decouples sensor processing from control logic.

The framework supports comprehensive robot operations, including sensor data integration from cameras, lidars, and encoders, as well as simultaneous localization and mapping. It continuously translates high-level navigation goals into low-level linear and angular velocity commands to drive robot hardware.

Features

  • Robotics Software Stacks - Provides a comprehensive framework for autonomous mobile robot path planning, obstacle avoidance, and localization within the ROS ecosystem.
  • Robotic Hierarchical Planners - Implements a two-tier hierarchical planning system that separates long-range path generation from short-range reactive obstacle avoidance.
  • Autonomous Robot Navigation - Calculates safe movement speeds and guides mobile bases toward destinations while avoiding obstacles.
  • Velocity Command Generation - Translates high-level navigation goals into low-level linear and angular velocity commands for robot hardware.
  • सिमल्टेनियस लोकलाइज़ेशन और मैपिंग - Determines robot position while simultaneously building maps of the environment using sensor data.
  • Mobile Base Controllers - Translates high-level navigation goals into low-level velocity commands to drive robot wheels or tracks.
  • Robotic Path Planners - Provides algorithms for calculating safe trajectories and movement commands for mobile bases.
  • Sensor Processing - Integrates inputs from cameras, lidars, and encoders to perceive the environment and identify hazards.
  • Grid-Based Costmaps - Provides grid-based spatial representations to store obstacle information and proximity costs for safe navigation corridor evaluation.
  • Coordinate Frame Transformations - Maintains a centralized transform tree to track spatial relationships between robot sensors and the world frame.
  • Inter-Process Communication - Uses a message-passing interface to decouple sensor processing from high-level path planning and control logic.
  • Plugin-Based Architectures - Employs a plugin-based architecture to allow swapping path planners and recovery behaviors without modifying the core control loop.

स्टार हिस्ट्री

ros-planning/navigation के लिए स्टार हिस्ट्री चार्टros-planning/navigation के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Navigation को शामिल करने वाली क्यूरेटेड खोजें

चुनिंदा कलेक्शन जहाँ Navigation दिखाई देता है।
  • रोबोटिक्स डेवलपमेंट फ्रेमवर्क / ROS इकोसिस्टम टूल
  • Hybrid motion planning

Navigation के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Navigation के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • ros-planning/navigation2ros-planning का अवतार

    ros-planning/navigation2

    4,386GitHub पर देखें↗

    Navigation2 is a navigation stack for ROS 2 designed for autonomous robot navigation. It provides a framework for computing optimal paths from a starting position to a goal while avoiding static and dynamic obstacles. The system utilizes a behavior tree orchestrator to coordinate complex navigation tasks and trigger recovery actions. Its architecture is plugin-based, allowing planners, controllers, and costmap layers to be swapped at runtime without recompiling the core system. The project covers path planning, motion control, and environmental mapping. It generates occupancy grids and costm

    C++
    GitHub पर देखें↗4,386
  • ai-winter/ros_motion_planningai-winter का अवतार

    ai-winter/ros_motion_planning

    3,529GitHub पर देखें↗

    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

    C++artificial-potential-fieldastarautonomous-vehicles
    GitHub पर देखें↗3,529
  • ros-navigation/navigation2ros-navigation का अवतार

    ros-navigation/navigation2

    4,373GitHub पर देखें↗

    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

    C++navigationroboticsros2
    GitHub पर देखें↗4,373
  • inavflight/inaviNavFlight का अवतार

    iNavFlight/inav

    4,124GitHub पर देखें↗

    iNAV is flight control firmware designed to manage the stability, movement, and flight dynamics of multirotors, fixed-wing aircraft, and rovers. It serves as an autonomous flight controller and GPS navigation software capable of executing waypoint missions and maintaining position and altitude hold. The system integrates GPS and compass data to enable autonomous navigation and automatic return to home sequences during signal loss or sensor failure. It includes an on-screen display generator to render real-time vehicle status and warnings directly onto a pilot video feed, alongside a flight te

    Cairplaneautopilotfpv
    GitHub पर देखें↗4,124
Navigation के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

ros-planning/navigation क्या करता है?

This project is a framework for autonomous mobile robot navigation within the Robot Operating System ecosystem. It provides a suite of tools for calculating safe trajectories and movement commands, enabling mobile bases to reach specific destinations while avoiding obstacles in dynamic environments.

ros-planning/navigation की मुख्य विशेषताएं क्या हैं?

ros-planning/navigation की मुख्य विशेषताएं हैं: Robotics Software Stacks, Robotic Hierarchical Planners, Autonomous Robot Navigation, Velocity Command Generation, सिमल्टेनियस लोकलाइज़ेशन और मैपिंग, Mobile Base Controllers, Robotic Path Planners, Sensor Processing।

ros-planning/navigation के कुछ ओपन-सोर्स विकल्प क्या हैं?

ros-planning/navigation के ओपन-सोर्स विकल्पों में शामिल हैं: ros-planning/navigation2 — Navigation2 is a navigation stack for ROS 2 designed for autonomous robot navigation. It provides a framework for… ros-navigation/navigation2 — Navigation2 is a ROS 2 navigation framework for autonomous mobile robots. It provides the core identity of a path… ai-winter/ros_motion_planning — This project is a comprehensive library and framework for autonomous mobile robot navigation, providing a suite of… inavflight/inav — iNAV is flight control firmware designed to manage the stability, movement, and flight dynamics of multirotors,… spyder-ide/spyder — Spyder is a scientific integrated development environment designed for scientific computing and interactive Python… vendicated/vencord — Vencord is a modification framework designed for the desktop and web versions of Discord. It functions as a…