Giter Club home page Giter Club logo

ai-winter / python_motion_planning Goto Github PK

View Code? Open in Web Editor NEW
367.0 5.0 53.0 13.58 MB

Motion planning and Navigation of AGV/AMR:python implementation of Dijkstra, A*, JPS, D*, LPA*, D* Lite, (Lazy)Theta*, RRT, RRT*, RRT-Connect, Informed RRT*, ACO, Voronoi, PID, DWA, APF, LQR, MPC, RPP, DDPG, Bezier, Dubins etc.

License: GNU General Public License v3.0

Python 100.00%
a-star d-star d-star-lite dijkstra informed-rrt-star jump-point-search lpa-star motion-planning python rrt

python_motion_planning's Introduction

Hello, I'm Winter. Welcome to my page!

csdn wechat github bilibili zhihu


About me

  • 📝 Graduated from Control Science and Engineering, Tongji University
  • 😄 I am interested in Robotic Motion Planning and NavigationDeep Reinforcement LearningMachine Learning...
Winter's github stats

Top Repositories

python_motion_planning's People

Contributors

ai-winter avatar omigeft avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

python_motion_planning's Issues

Repeated subplots in plot.py file

Hi, there,

When I was running the example of RRT* star methods, the visualization result has the problem that multiple axes exist at the same time as shown below.
1708550523564

To fix that, a possible solution is:

  1. Locate the plotEnv() function at /utlils/plot/plot.py
  2. Comment line 54 since it creates another subplot.
  3. Change the "ax" from line 57, 66, 75 to "self.ax" to reuse the already existed subplots.

公式来源

hello,方便推荐一下代码使用到的dubins、reeds_shepp曲线生成方法中公式来源的论文或者博客嘛

RecursionError: maximum recursion depth exceeded in comparison

about JPS , i have ues one point as obstacle, it doesn't work

saying that:
File "F:\ceshi1\python_motion_planning-master\example\global_example.py", line 40, in
planner.run()
File "F:\ceshi1\python_motion_planning-master\global_planner\graph_search\a_star.py", line 143, in run
(cost, path), expand = self.plan()
File "F:\ceshi1\python_motion_planning-master\global_planner\graph_search\jps.py", line 77, in plan
jp = self.jump(node, motion)
File "F:\ceshi1\python_motion_planning-master\global_planner\graph_search\jps.py", line 136, in jump
return self.jump(new_node, motion)
File "F:\ceshi1\python_motion_planning-master\global_planner\graph_search\jps.py", line 136, in jump
return self.jump(new_node, motion)
File "F:\ceshi1\python_motion_planning-master\global_planner\graph_search\jps.py", line 136, in jump
return self.jump(new_node, motion)
[Previous line repeated 989 more times]
File "F:\ceshi1\python_motion_planning-master\global_planner\graph_search\jps.py", line 121, in jump
if new_node == self.goal:
File "F:\ceshi1\python_motion_planning-master\utils\environment\node.py", line 49, in eq
return self.current == node.current
RecursionError: maximum recursion depth exceeded in comparison

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.