Similar Posts

18 thoughts on “A* in Action – Artificial Intelligence for Robotics
  1. I am writing a similiar simulation for my Master's Thesis and I am wondering how you guys implemented the geometry contstraints for the RRT paths in regards to the movement constraints of the vehicle model. I already have a fully functioning vehicle model and simulation, but in order to use RRT my car needs to be able to move from A to B automatically following its movement constraints. I could probably hardcode it, but surely there must be a nicer way to approach the issue. Anyone has done something similar or knows how to approach the problem? Would be grateful for any suggestions!

  2. The creators should do this in 2020 with better hardware it would be interesting to see how it would change over different hardware

  3. I believe the reason for the A* in the video appears so fast is because they are technically cheating. In the beginning of the video, the environment is too simple, and the A* with the Dubins curves finds the path easily, in milliseconds, which is reasonable since there is not much obstacles. But as the car moves and discover the maze, it needs to replan, but the replanning is take from where the car is to the goal, and this path (from where the car is to the goal) doesn't have much obstacles yet because the car didn't explore it yet. So, I believe that most of the planning the algorithm do is in a environment with few obstacles and that is the reason for the algorithm appears so fast in the video. It is worth mention that the environment, as the car explores, doesn't have a large free space and this decreases the number of possibles states in the exploration trees, decreasing the running time of the algorithm even in the presence of obstacles.
    I am not trying to say that the algorithm is bad or something like that. The algorithm is amazing. I am just explaining in case someone wants to know how the algorithm in the video can be so fast while our implementation isn't (this happened to me).
    But anyways, if there is some way to make the A* as fast as in the video, let me know because I want to know.

Comments are closed.

WP2Social Auto Publish Powered By : XYZScripts.com