Project

General

Profile

Revision:

Revisions

# Date Author Comment
751d4f4f 04/28/2013 02:58 PM Alex Zirbel

Made danger_marking depend on Odometry correctly

7db6cf9f 04/28/2013 01:47 PM Priya

Changed all TODO and @TODO to @todo to conform to doxygen.

ae23d242 04/28/2013 01:33 PM Alex Zirbel

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

3a73516c 04/28/2013 01:32 PM Alex Zirbel

Added doxygen documentation to many files.

1019d31f 04/17/2013 02:13 PM Thomas Mullins

Adding Maung's paintboard i2c code

7b5ea072 04/16/2013 12:02 PM Hui Jun Tay

maze_solve now works. Need testing on other machines to confirm.

1cb59616 04/15/2013 10:29 PM Hui Jun Tay

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

Conflicts:
scout/libscout/src/test_behaviors/smart_runaround.cpp

c43cef09 04/15/2013 10:24 PM Hui Jun Tay

Maze solve now works

66f55732 04/15/2013 04:45 PM Thomas Mullins

Adding painter node to control paintboard and metal detector

a885ec17 04/14/2013 03:31 PM Yuyang Guo

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

ffaa3e81 04/14/2013 03:30 PM Yuyang Guo

Fixed GUI bug to kill all the processes related to behavior when killing scouts

ca9029b7 04/14/2013 03:16 PM Alex Zirbel

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

676cbe0e 04/14/2013 03:15 PM Priya

Integrated paintboard and metal detector control classes more fully.

3f9fa843 04/14/2013 03:04 PM Alex Zirbel

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

5da15275 04/14/2013 03:02 PM Alex Zirbel

Added new danger_marking (dumb_run_around) behavior.

This behavior drives until it sees a wall, spins, and keeps going. It lays down the paint if it spies a danger. Yarr.

c5901d9a 04/14/2013 02:59 PM Priya

Added Metal Detector to the sensor class. Now behaviors can access it. Also made it directly return the bool from messages.

d1ba04dc 04/14/2013 02:39 PM Priya

Made CliffsensorControl compile, and readded the files.

34a60a3b 04/14/2013 02:34 PM Priya

Added RungeKutta to the helper classes and changed the odometry to use that instead. Also created PaintboardControl files, changed the Makefile to compile all control classes and deleted Cliffsensor control becase it did not work.

a38fa869 04/14/2013 02:30 PM Yuyang Guo

wrote metal detector class and messages. Untested.

98a7f961 04/07/2013 05:34 PM Alex Zirbel

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

6d0836d4 04/07/2013 05:33 PM Alex Zirbel

Sorted behaviors alphabetically in the generate script.

Lumps together all behaviors (both behaviors/ and test_behaviors/) and sorts them alphabetically by name, ignoring case, before assembling the output lists.

b9e59a3c 04/07/2013 03:00 PM Priya

Compiles.

5d1c5d81 04/07/2013 01:49 PM Hui Jun Tay

undid overwrite of maze_solve with maze_solve_simple

a1219504 04/03/2013 10:53 PM viki

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

Conflicts:
scout/libscout/src/BehaviorList.cpp
scout/libscout/src/BehaviorList.h
scout/libscout/src/test_behaviors/smart_runaround.cpp

4c9fb6ba 04/03/2013 10:19 PM viki

Update smart_runaround and add old files.

dbbad8ed 04/01/2013 06:57 PM Thomas Mullins

Added a reset() function to EncodersControl. Untested.

f3bfb5b5 03/31/2013 03:24 PM Alex Zirbel

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

126fea96 03/31/2013 03:22 PM Alex Zirbel

Fixed existing doxygen; preparing to add more.

bb64f5e5 03/31/2013 03:01 PM Priya

Added a ScoutPosition struct with some functions and Changed the odometry code to use it.

259aaff8 03/31/2013 02:56 PM Colony Scout

Flipped front left encoder ticks because its backwards on the scout. Also continuing testing Odometery_new.

339f64d2 03/31/2013 01:48 PM Alex Zirbel

Fixed warnings in libscout behaviors.

Some of these were actually serious errors. Others were little things.

4f83d2b4 03/31/2013 01:27 PM Priya

Removed Makefile. Needs to be automatically generated using 'cmake .'

82590ec3 03/23/2013 04:03 PM Priya

Changed this so that it runs the generate script automatically.

4778412a 03/23/2013 03:35 PM Priya

Added the make clean script to the makefile as make superclean.

4d5b5262 03/23/2013 03:25 PM Alex Zirbel

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

673f8af1 03/23/2013 03:24 PM Alex Zirbel

Added messages/services I forgot to add earlier.

492d2fde 03/23/2013 03:20 PM Colony Scout

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

beaf9201 03/23/2013 03:16 PM Colony Scout

Fixes to the Odometery behavior.

6ebee82c 03/23/2013 02:44 PM Alex Zirbel

Moved all messages to the messages/ folder.

This meant changing a lot of includes and things.

bda6eaa0 03/23/2013 02:12 PM Alex Zirbel

Removed BehaviorList.cpp and h, since they are autogenerated.

97c5c430 03/23/2013 02:12 PM Colony Scout

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

bf68fc90 03/23/2013 02:09 PM Alex Zirbel

Removed useless NodeHandlePtr.

c33e5aa4 03/23/2013 01:55 PM Alex Zirbel

Fixed CW and CCW circle behaviors to turn the right way XD

4026134b 03/23/2013 01:49 PM Alex Zirbel

Added Behavior::wait() to spinOnce for a duration.

Also added maze_solve_simple which always turns right.

f358d0b2 03/23/2013 01:48 PM Colony Scout

Tested encoders on scout. Made hacky changes so that it works. Tom needs to clean this up.

4bdd00ba 03/19/2013 04:50 PM Thomas Mullins

Changed cliff_status_changed to a singe int8 bitmask

0970d303 03/18/2013 05:38 PM Thomas Mullins

Fixed AVR code for new message locations

Also finished and tested cliffsensors. They work.

b2d280c7 03/04/2013 09:15 PM Yuyang Guo

fixed the autoname generating issue

caba2d8a 03/04/2013 09:14 PM Yuyang Guo

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

36701fcd 03/04/2013 09:12 PM Yuyang Guo

added new Odometry in test behaviors, done some simple testing in scoutsim

(101-150/537) Per page: 25, 50, 100

Also available in: Atom