Project

General

Profile

Statistics
| Branch: | Revision:

root / scout / libscout / src / behaviors / navigationMap.h @ ae21730e

History | View | Annotate | Download (4.13 KB)

# Date Author Comment
cc399ab3 03/27/2012 06:19 PM Priya

added get_worst_case_time to nav maps

6642eee3 03/24/2012 06:35 PM Priya

Fixed some bugs in navmap

2d697b1f 03/04/2012 08:03 PM Leon

Adding Doxygen documentation to navigationMap

cccc25c9 03/04/2012 05:31 PM Priya

Made nav map into an actual workable behaviorgit statusgit status

738e44fb 02/26/2012 06:14 PM Priya

navigationMap bfs tested and worksgit status!

ede03b64 02/22/2012 12:25 AM James Carroll

Hello, this is James, I updated the navigation map code to better support the getting of the current state and the getting of the estimated time until the robot arrives at its destination. Also there is a TODO that says that we need to find the actual speed of the robot.

aa5e4ddc 02/14/2012 06:15 PM Leon

Finishing BFS for behaviors navigationMap. Also commiting teleop skeleton code.

93210a92 02/10/2012 01:21 PM Leon

BFS for NavigationMap prototype, lots of TODOs

d8caf546 02/07/2012 10:08 PM Priya

Moved outboundVectTable to navigationMap and filled out the code for it.