Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / scout / libscout / src / behaviors / navigationMap.cpp @ 6ee555a3

History | View | Annotate | Download (10.7 KB)

# Date Author Comment
d140fd71 10/28/2012 04:37 PM Yuyang

Added Sensors class that abstracts away sensors from behaviors. Stops creating
duplicated sensors for each scout.

11aa087a 05/08/2012 10:44 PM Priya

Demo almost working Scouts go home! a

58c19c15 05/07/2012 03:26 PM Priya

better warehouse image (corresponds with lines now) and demo. Now only thing left is to implement home behavior.

afa9104d 05/06/2012 07:33 PM Priya

Ok Scheduler warehouse behaviour working! and linefollowing works better now! Onto better demo.

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

31be19a6 03/03/2012 08:17 PM Priya

Behaviours now have names!

57e82e6c 02/27/2012 06:00 PM James Carroll

Fixed some of the syntax problems with the navigationMap fsm and tested it, it seems to generally work. Note the fsm eta still does not work for various reasons.

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

navigationMap bfs tested and worksgit status!

aa28526f 02/26/2012 04:00 PM James Carroll

Fixed more errors of indentation and spaces.

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.

0b6591e2 02/20/2012 05:38 PM Priya

Added get outbound edges to navigation map file

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.