awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesMotion Planning

Algorithms for calculating safe and efficient trajectories in dynamic environments.

Distinguishing note: Focuses on real-time trajectory generation for autonomous agents.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Motion Planning. Refine with filters or upvote what's useful.

Awesome Motion Planning GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • apolloauto/apolloالصورة الرمزية لـ ApolloAuto

    ApolloAuto/apollo

    26,676عرض على GitHub↗

    Apollo هي حزمة برمجيات شاملة مصممة لتطوير المركبات ذاتية القيادة، وتوفر المكونات اللازمة للإدراك والتخطيط والتحكم. تعمل كبرمجيات وسيطة للروبوتات عالية الأداء، وتستخدم ناقل بيانات للنشر والاشتراك لتسهيل الاتصال منخفض التأخير بين الوحدات الموزعة ومستشعرات الأجهزة. تدمج المنصة البيانات من الكاميرات، وLidar، والرادار من خلال إطار عمل لدمج المستشعرات لإنشاء نموذج بيئي في الوقت الفعلي للملاحة. يتميز النظام بإطار عمل وقت تشغيل قائم على المكونات يدير جدولة المهام وتخصيص الموارد، مدعوماً بطبقة تجريد الأجهزة التي تفصل منطق القيادة عن تكوينات المركبات المحددة. لضمان سلوك متسق أثناء الاختبار، فإنه يتضمن محرك إعادة تشغيل حتمي لتدفقات بيانات المستشعرات ويدعم المحاكاة في الحلقة (hardware-in-the-loop). تستخدم المنصة أيضاً جدولة الرسم البياني غير الدوري الموجه ونقل الذاكرة المشتركة بدون نسخ لتحسين تدفق البيانات والكفاءة الحسابية عبر أنظمة الروبوتات المعقدة. توفر البرمجيات واجهة تحكم قياسية للمركبة لترجمة قرارات الملاحة إلى أوامر ميكانيكية. يتوفر توثيق شامل، بما في ذلك تعليمات التثبيت، وأدلة تكامل الأجهزة، وسلسلة من أدلة البدء السريع لإصدارات مختلفة من المنصة.

    Calculates safe and efficient vehicle trajectories by analyzing dynamic obstacles and road conditions.

    C++apolloautonomous-drivingautonomous-vehicles
    عرض على GitHub↗26,676
  • lexfridman/mit-deep-learningالصورة الرمزية لـ lexfridman

    lexfridman/mit-deep-learning

    10,417عرض على GitHub↗

    This project is a collection of deep learning courseware and instructional materials. It provides a structured curriculum and practical demonstrations covering the fundamentals of neural network architectures and artificial intelligence. The materials include specialized tutorials and guides on generative adversarial networks for synthetic data generation, as well as reinforcement learning resources focused on decision-making and motion planning for autonomous robotics. The content covers broad capability areas including computer vision development, the implementation of feed-forward and con

    Implements algorithms for calculating safe and efficient trajectories for autonomous agents using reinforcement learning.

    Jupyter Notebookartificial-intelligencedata-sciencedeep-learning
    عرض على GitHub↗10,417
  • zhm-real/motionplanningالصورة الرمزية لـ zhm-real

    zhm-real/MotionPlanning

    2,702عرض على GitHub↗

    MotionPlanning is a software library designed for autonomous navigation, providing a comprehensive suite of tools for path planning, trajectory generation, and vehicle control. It enables the calculation of collision-free routes and dynamic movement paths for autonomous vehicles operating in complex, changing environments. The project distinguishes itself by integrating hierarchical motion decomposition, which separates high-level route planning from low-level trajectory generation to manage computational complexity. It employs kinematic bicycle modeling and trailer dynamics simulation to ens

    Integrates hierarchical motion decomposition to manage computational complexity in dynamic driving environments.

    Pythonautonomous-vehiclesfrenet-framesfront-wheel-feedback
    عرض على GitHub↗2,702
  1. Home
  2. Artificial Intelligence & ML
  3. Motion Planning

استكشف الوسوم الفرعية

  • Hierarchical Motion DecompositionArchitectural frameworks that separate high-level route planning from low-level trajectory generation. **Distinct from Motion Planning:** Distinct from general motion planning: focuses on the hierarchical separation of planning layers to manage complexity.