IonSystems / tiberius-robot

Repository for all software modules used by Heriot-Watt University's Tiberius Robot.
1 stars 0 forks source link

A* Path Planning #47

Open camieac opened 8 years ago

camieac commented 8 years ago

I have found a number of resources that you may find useful:

When you commit your code it would be nice of you add #47 at the start to attach the commit to this issue.

StuartThain commented 8 years ago

Created the module for A* in navigation and started the code. The next step is to communicate with the database to get sensor data. the Cell object has been created but does not yet contain all the aspects that will be included, mainly because I didn't read the bit about GPS location in the issue. on that note the the current code does not include the function that it will be called from, i.e. the given example. Some additions that i thought of are written as comments at the top of a_star_algorithm.py.