awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
AtsushiSakai avatar

AtsushiSakai/PythonRobotics

0
View on GitHub↗
29,772 星标·7,317 分支·Python·13 次浏览atsushisakai.github.io/PythonRobotics↗

PythonRobotics

PythonRobotics 是一个综合性的模块化机器人算法和教育模拟集合,专为自主导航、状态估计和运动控制而设计。该项目提供了一个包含路径规划、定位、建图和运动学的独立实现库,为研究人员和学生实验基础及高级机器人理论提供了资源。

该项目的特色在于以算法为中心的设计,每个模块都作为独立的脚本运行,允许进行独立测试和清晰的教学演示。每个实现都明确映射到学术文献或基础机器人教科书,确保数学模型和控制策略保持可验证性和准确性。用户可以在一个解耦的模拟环境中执行这些场景,该环境维护其内部状态和控制循环,无需外部依赖。

其功能涵盖了广泛的机器人领域,包括空中导航、双足运动和多关节手臂控制。它具有用于概率传感器融合、环境建图和轨迹跟踪的广泛工具包,所有这些都由高性能数值计算驱动。实时几何动画和状态估计直接使用标准绘图库从模拟数据中渲染。

Features

  • Algorithm Libraries - Provides a comprehensive library of fundamental algorithms for autonomous robotic systems.
  • Kinematics - Provides interactive simulation tools for multi-joint robotic arm control, including end-effector positioning and obstacle avoidance.
  • Robotics Algorithms - Provides modular, standalone implementations of core robotics algorithms for educational purposes.
  • SLAM Algorithms - Implements simultaneous localization and mapping using feature-based particle filtering and iterative point cloud matching.
  • Motion Planning Toolkits - Calculates optimal paths and motion profiles for mobile robots and manipulators.
  • Navigation Frameworks - Provides a modular framework for obstacle avoidance and trajectory generation.
  • Path Planning Algorithms - Implements diverse path planning methods including sampling-based and optimization-driven approaches.
  • Probabilistic Localization - Provides Kalman, histogram, and particle filters for robot position estimation.
  • Sensor Fusion - Combines noisy sensor data with probabilistic filtering for robot localization.
  • State Estimation Libraries - Provides probabilistic algorithms for sensor fusion and robot localization.
  • Control Systems - Path tracking simulation with iterative linear model predictive speed and steering control. Reference - documentation - Real\-time Model Predictive Control \(MPC\), ACADO, Python \| Work\-is\-Playing
  • Kinematic Path Planning - A sample code with Reeds Shepp path planning. Reference - 15.3.2 Reeds\-Shepp Curves - optimal paths for a car that goes both forwards and backwards - ghliu/pyReedsShepp: Implementation of Reeds Shepp curve\.
  • Path Tracking Control - Implements LQR, MPC, and feedback steering for autonomous vehicle guidance.
  • Sampling-Based Motion Planning - This is a path planning simulation with LQR-RRT\. A double integrator motion model is used for LQR local planner. Reference - LQR\-RRT\: Optimal Sampling\-Based Motion Planning with Automatically Derived Extension Heur
  • Path Planning Algorithms - Implements A* algorithm for 2D grid-based shortest path planning.
  • Simulation Frameworks - Ships a decoupled simulation environment for testing robotic scenarios without external dependencies.
  • 机器人框架 - 用于自主导航的机器人算法集合。
  • Scientific Computing - Compilation of robotics algorithms.
  • Control Theory Libraries - Comprehensive collection of robotics algorithms and control simulations.
  • Robotics Algorithms - Comprehensive collection of robotics algorithms implemented in Python.
  • Robotics Frameworks - Collection of robotics algorithms implemented in Python.
  • Reference Lists - Python sample code for robotics algorithms.
  • Robotics Education - Collection of sample code for common robotic algorithms.
  • Scientific Computing - Listed in the “Scientific Computing” section of the Awesome Python awesome list.
  • Educational Robotics Libraries - Provides instructional simulations for teaching autonomous navigation concepts.
  • Kinematics Simulators - Models multi-joint robotic arms and bipedal systems for movement simulation.
  • Environmental Mapping Techniques - Provides grid-based occupancy, ray casting, and geometric shape fitting for spatial awareness.
  • Bipedal Locomotion Planning - Optimizes footstep sequences for stable walking using inverted pendulum models.
  • Hybrid Motion Planning - Path planning for a car robot with RRT\* and reeds shepp path planner.
  • Potential Field Methods - This is a 2D grid based path planning with Potential Field algorithm. In the animation, the blue heat map shows potential value on each grid. Reference - Robotic Motion Planning:Potential Functions
  • Trajectory Generation - This is optimal trajectory generation in a Frenet Frame. The cyan line is the target course and black crosses are obstacles. The red line is the predicted path. Reference - Optimal Trajectory Generation for Dynamic Stree
  • Numerical Libraries - Performs core mathematical operations and linear algebra using high-performance array processing.
  • Nonlinear Optimization Solvers - A motion planning and path tracking simulation with NMPC of C-GMRES Reference - documentation
  • Kalman Filter Localization - Implements Extended Kalman Filter algorithms for robotic localization.
  • Particle Filter Localization - Provides sensor fusion localization using particle filter algorithms.
  • Aerial Navigation Simulators - Simulates three-dimensional trajectory following and rocket-powered landing maneuvers.
  • Point Cloud Registration - Provides 2D Iterative Closest Point matching using singular value decomposition.
  • Metaheuristic Optimization - This is a 2D path planning simulation using the Particle Swarm Optimization algorithm. PSO is a metaheuristic optimization algorithm inspired by bird flocking behavior. In path planning, particles explore the search spac
  • Aerial Navigation Simulations - Provides a 3D trajectory following simulation for quadrotor aerial navigation.
  • Arm Navigation Simulations - Simulates robotic arm navigation with integrated obstacle avoidance.
  • Bipedal Planning Simulations - Simulates bipedal footstep planning using inverted pendulum models.
  • Histogram Filter Localization - Demonstrates 2D localization using histogram filter probabilistic grid mapping.
  • Lidar Mapping - Converts 2D Lidar range measurements into occupancy grid maps.
  • Rocket Landing Simulations - Simulates 3D trajectory generation for rocket-powered landing scenarios.
  • Robotics Prototyping Environments - Provides a simulated environment for testing path planning and control algorithms.
  • 3D Math and Geometry Toolkits - Renders real-time geometric animations and state estimations from simulation data using standard plotting libraries.
  • Steering Control Strategies - Provides Stanley steering control implementations for autonomous path tracking.
  • Gaussian Grid Mapping - Demonstrates 2D Gaussian grid mapping for robotic environments.
  • Manipulator Control Simulations - Provides an interactive simulation for N-joint robotic arm end-effector control.
  • Ray Casting Mapping - Implements 2D ray casting techniques for grid map generation.
  • Sampling-Based Planning - Demonstrates biased polar sampling techniques for robotic path planning.

Star 历史

atsushisakai/pythonrobotics 的 Star 历史图表atsushisakai/pythonrobotics 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

PythonRobotics 的开源替代方案

相似的开源项目,按与 PythonRobotics 的功能重合度排序。
  • ros-navigation/navigation2ros-navigation 的头像

    ros-navigation/navigation2

    4,373在 GitHub 上查看↗

    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
  • ai-winter/python_motion_planningai-winter 的头像

    ai-winter/python_motion_planning

    1,048在 GitHub 上查看↗

    This project is a comprehensive software framework for autonomous robot navigation, providing a collection of algorithms for path planning, motion control, and trajectory generation. It serves as a toolkit for implementing and researching navigation logic, enabling the calculation of collision-free routes and the execution of precise movement commands for autonomous mobile agents. The library distinguishes itself by integrating both global pathfinding and real-time reactive control strategies. It supports diverse planning methodologies, including graph-based heuristic searches and sampling-ba

    Pythona-starartificial-potential-fieldautonomous-vehicles
    在 GitHub 上查看↗1,048
  • zhm-real/motionplanningzhm-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

    Pythonautonomous-vehiclesfrenet-framesfront-wheel-feedback
    在 GitHub 上查看↗2,702
  • ai-winter/ros_motion_planningai-winter 的头像

    ai-winter/ros_motion_planning

    3,529在 GitHub 上查看↗

    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
查看 PythonRobotics 的所有 30 个替代方案→

常见问题解答

atsushisakai/pythonrobotics 是做什么的?

PythonRobotics 是一个综合性的模块化机器人算法和教育模拟集合,专为自主导航、状态估计和运动控制而设计。该项目提供了一个包含路径规划、定位、建图和运动学的独立实现库,为研究人员和学生实验基础及高级机器人理论提供了资源。

atsushisakai/pythonrobotics 的主要功能有哪些?

atsushisakai/pythonrobotics 的主要功能包括:Algorithm Libraries, Kinematics, Robotics Algorithms, SLAM Algorithms, Motion Planning Toolkits, Navigation Frameworks, Path Planning Algorithms, Probabilistic Localization。

atsushisakai/pythonrobotics 有哪些开源替代品?

atsushisakai/pythonrobotics 的开源替代品包括: ros-navigation/navigation2 — Navigation2 is a ROS 2 navigation framework for autonomous mobile robots. It provides the core identity of a path… ai-winter/python_motion_planning — This project is a comprehensive software framework for autonomous robot navigation, providing a collection of… zhm-real/motionplanning — MotionPlanning is a software library designed for autonomous navigation, providing a comprehensive suite of tools for… ai-winter/ros_motion_planning — This project is a comprehensive library and framework for autonomous mobile robot navigation, providing a suite of… hku-mars/fast-livo2 — FAST-LIVO2 is a LiDAR-inertial odometry framework and factor-graph SLAM implementation designed for real-time robot… rlabbe/kalman-and-bayesian-filters-in-python — This project is an educational resource and toolkit for implementing Bayesian estimation and Kalman filters in Python.…