General

Profile

Activity

From 02/25/2013 to 03/26/2013

03/25/2013

05:07 PM Colony Scout EE Revision 4319e0bc: Initial commit of some of the paintboard code
Thomas Mullins
05:07 PM Colony Scout Revision 4319e0bc (scoutece): Initial commit of some of the paintboard code
Thomas Mullins

03/24/2013

04:18 PM Tooltron Revision 36f3b65f: Removed rfid_restart flag
This way the AVR will always repoll the rfid reader after the timeout,
so hopefully it will never hang. Who knows?
Thomas Mullins
04:17 PM Tooltron Revision 5305e5e7: query.c has optional debug output for /add_card_event
Thomas Mullins
04:16 PM Tooltron Revision 06dedf83: Fixed missing import in views.py
Thomas Mullins
03:29 PM Tooltron Revision f15d9227: Adding program_tool script so we remember how to set tool id
Thomas Mullins

03/23/2013

04:03 PM Colony Scout OS Revision 82590ec3: Changed this so that it runs the generate script automatically.
Priya
04:03 PM Colony Scout Revision 82590ec3 (scoutos): Changed this so that it runs the generate script automatically.
Priya
03:35 PM Colony Scout OS Revision 4778412a: Added the make clean script to the makefile as make superclean.
Priya
03:35 PM Colony Scout Revision 4778412a (scoutos): Added the make clean script to the makefile as make superclean.
Priya
03:25 PM Colony Scout OS Revision 4d5b5262: Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Alex Zirbel
03:25 PM Colony Scout Revision 4d5b5262 (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Alex Zirbel
03:24 PM Colony Scout OS Revision 673f8af1: Added messages/services I forgot to add earlier.
Alex Zirbel
03:24 PM Colony Scout Revision 673f8af1 (scoutos): Added messages/services I forgot to add earlier.
Alex Zirbel
03:20 PM Colony Scout OS Revision 492d2fde: Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Colony Scout
03:20 PM Colony Scout Revision 492d2fde (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Colony Scout
03:16 PM Colony Scout OS Revision beaf9201: Fixes to the Odometery behavior.
Colony Scout
03:16 PM Colony Scout Revision beaf9201 (scoutos): Fixes to the Odometery behavior.
Colony Scout
02:44 PM Colony Scout OS Revision 6ebee82c: Moved all messages to the messages/ folder.
This meant changing a lot of includes and things. Alex Zirbel
02:44 PM Colony Scout Revision 6ebee82c (scoutos): Moved all messages to the messages/ folder.
This meant changing a lot of includes and things. Alex Zirbel
02:12 PM Colony Scout OS Revision bda6eaa0: Removed BehaviorList.cpp and h, since they are autogenerated.
Alex Zirbel
02:12 PM Colony Scout Revision bda6eaa0 (scoutos): Removed BehaviorList.cpp and h, since they are autogenerated.
Alex Zirbel
02:12 PM Colony Scout OS Revision 97c5c430: Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Colony Scout
02:12 PM Colony Scout Revision 97c5c430 (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Colony Scout
02:09 PM Colony Scout OS Revision bf68fc90: Removed useless NodeHandlePtr.
Alex Zirbel
02:09 PM Colony Scout Revision bf68fc90 (scoutos): Removed useless NodeHandlePtr.
Alex Zirbel
01:55 PM Colony Scout OS Revision c33e5aa4: Fixed CW and CCW circle behaviors to turn the right way XD
Alex Zirbel
01:55 PM Colony Scout Revision c33e5aa4 (scoutos): Fixed CW and CCW circle behaviors to turn the right way XD
Alex Zirbel
01:49 PM Colony Scout OS Revision 4026134b: Added Behavior::wait() to spinOnce for a duration.
Also added maze_solve_simple which always turns right. Alex Zirbel
01:49 PM Colony Scout Revision 4026134b (scoutos): Added Behavior::wait() to spinOnce for a duration.
Also added maze_solve_simple which always turns right. Alex Zirbel
01:48 PM Colony Scout OS Revision f358d0b2: Tested encoders on scout. Made hacky changes so that it works. Tom needs to cl...
Colony Scout
01:48 PM Colony Scout Revision f358d0b2 (scoutos): Tested encoders on scout. Made hacky changes so that it works. Tom n...
Colony Scout
12:57 AM Tooltron Revision 0f87b24c: Added environment setup to wsgi.py for usage with apache
Thomas Mullins
12:03 AM Tooltron Revision 51fc4957: Removed migrations from repo
Thomas Mullins
12:02 AM Tooltron Revision 049ebb6e: Fixed Add User page error
Thomas Mullins
09:45 PM Tooltron Revision e0657267: Added add_card_event view and made some minor changes to models
Thomas Mullins
09:42 PM Tooltron Revision 38df0012: Event submissions from ./tooltron tested and working
Thomas Mullins

03/20/2013

02:02 PM Tooltron Revision 15928a3d: Added username/password to add_event query
Thomas Mullins
01:24 PM Tooltron Revision 880dc54f: Fixed curl SSL queries failing and queue bug
Thomas Mullins

03/19/2013

04:50 PM Colony Scout OS Revision 4bdd00ba: Changed cliff_status_changed to a singe int8 bitmask
Thomas Mullins
04:50 PM Colony Scout Revision 4bdd00ba (scoutos): Changed cliff_status_changed to a singe int8 bitmask
Thomas Mullins

03/18/2013

05:38 PM Colony Scout OS Revision 0970d303: Fixed AVR code for new message locations
Also finished and tested cliffsensors. They work. Thomas Mullins
05:38 PM Colony Scout Revision 0970d303 (scoutos): Fixed AVR code for new message locations
Also finished and tested cliffsensors. They work. Thomas Mullins

03/12/2013

09:42 PM Tooltron Revision 75cef49f: Added query_add_event to mainbox code
Thomas Mullins

03/08/2013

06:45 PM Tooltron Revision e680f143: Removed a bunch of .pyc files
Thomas Mullins
06:44 PM Tooltron Revision 8c30fb1a: Added some scripts for working with virtualenv and running the server
Thomas Mullins
06:05 PM Tooltron Revision c12b6be5: Removed virtualenv and added requirements.txt in its place
Now each developer can have their own virtual environment built from
requirements.txt, without the annoying path prob...
Thomas Mullins

03/05/2013

09:15 PM Colony Scout OS Revision b2d280c7: fixed the autoname generating issue
Yuyang Guo
09:15 PM Colony Scout Revision b2d280c7 (scoutos): fixed the autoname generating issue
Yuyang Guo
09:14 PM Colony Scout OS Revision caba2d8a: Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Yuyang Guo
09:14 PM Colony Scout Revision caba2d8a (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Yuyang Guo
09:12 PM Colony Scout OS Revision 36701fcd: added new Odometry in test behaviors, done some simple testing in scoutsim
Yuyang Guo
09:12 PM Colony Scout Revision 36701fcd (scoutos): added new Odometry in test behaviors, done some simple testing in sc...
Yuyang Guo
08:28 PM Colony Scout OS Revision 071926c2: Retired (deleted) unused packages.
Moved their msg/srv definitions to the messages/ package instead, and revised the libscout and scoutsim files that de... Alex Zirbel
08:28 PM Colony Scout Revision 071926c2 (scoutos): Retired (deleted) unused packages.
Moved their msg/srv definitions to the messages/ package instead, and revised the libscout and scoutsim files that de... Alex Zirbel
07:06 PM Colony Scout OS Revision 1057a46d: Removed old files and test executables.
Alex Zirbel
07:06 PM Colony Scout Revision 1057a46d (scoutos): Removed old files and test executables.
Alex Zirbel

03/03/2013

03:14 PM Colony Scout OS Revision b333d404: Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Yuyang Guo
03:14 PM Colony Scout Revision b333d404 (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Yuyang Guo
03:13 PM Colony Scout OS Revision cfef1cdc: fixed the issue of behavior list not corresponding to the GUI list
of behaviors Yuyang Guo
03:13 PM Colony Scout Revision cfef1cdc (scoutos): fixed the issue of behavior list not corresponding to the GUI list
of behaviors Yuyang Guo
03:06 PM Colony Scout OS Revision f09d002e: behaviors now overwrite teleop (see comments in scout.cpp for details)
Hui Jun Tay
03:06 PM Colony Scout Revision f09d002e (scoutos): behaviors now overwrite teleop (see comments in scout.cpp for details)
Hui Jun Tay
01:49 PM Colony Scout OS Revision e10d9dd5: Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Thomas Mullins
01:49 PM Colony Scout Revision e10d9dd5 (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Thomas Mullins
01:29 PM Colony Scout OS Revision 04270a10: Changed everything to use group scout because of Upstart bug
Thomas Mullins
01:29 PM Colony Scout Revision 04270a10 (scoutos): Changed everything to use group scout because of Upstart bug
Thomas Mullins

03/01/2013

09:32 PM Tooltron Revision e8960789: Fixed another overflow bug and removed isqrt
Thomas Mullins

02/28/2013

05:05 PM Colony Scout OS Revision 7f2ccb46: Fixed up the smart_runaround behavior to integrate it fully.
Alex Zirbel
05:05 PM Colony Scout Revision 7f2ccb46 (scoutos): Fixed up the smart_runaround behavior to integrate it fully.
Alex Zirbel
04:55 PM Colony Scout OS Revision 8b7d6f99: Updated BehaviorList with the new smart_runaround.
Alex Zirbel
04:55 PM Colony Scout Revision 8b7d6f99 (scoutos): Updated BehaviorList with the new smart_runaround.
Alex Zirbel
04:55 PM Colony Scout OS Revision c9638ad1: Added BehaviorList templates.
Alex Zirbel
04:55 PM Colony Scout Revision c9638ad1 (scoutos): Added BehaviorList templates.
Alex Zirbel
04:54 PM Colony Scout OS Revision 5dd9f396: Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Alex Zirbel
04:54 PM Colony Scout Revision 5dd9f396 (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Alex Zirbel
04:52 PM Colony Scout OS Revision 6350051e: Added a script to auto-generate BehaviorList files.
This includes some sub-changes:
* Restructured behaviors/ folder into behaviors/, test_behaviors/ and limbo_behavior...
Alex Zirbel
04:52 PM Colony Scout Revision 6350051e (scoutos): Added a script to auto-generate BehaviorList files.
This includes some sub-changes:
* Restructured behaviors/ folder into behaviors/, test_behaviors/ and limbo_behavior...
Alex Zirbel
04:49 PM Colony Scout OS Revision 2fd5122a: Add smart runaround behaviors.
viki
04:49 PM Colony Scout Revision 2fd5122a (scoutos): Add smart runaround behaviors.
viki
04:46 PM Colony Scout OS Revision a69f6363: Test commit for new clone.
viki
04:46 PM Colony Scout Revision a69f6363 (scoutos): Test commit for new clone.
viki
08:38 PM Tooltron Revision db11713d: Fixed timing in current sensing
The ADC interrupt didn't clear the TIFR timer interrupt flag, which
means the ADC wasn't triggered again on the next ...
Thomas Mullins

02/27/2013

01:28 PM Colony Scout EE Revision b6e9debc: Finished paintboard except for hole sizes and labels
Thomas Mullins
01:28 PM Colony Scout Revision b6e9debc (scoutece): Finished paintboard except for hole sizes and labels
Thomas Mullins

02/26/2013

07:38 PM Colony Scout OS Revision d7c3c222: Encoders node now actually reads from hardware
This compiles but hasn't been tested on the Scout yet. Thomas Mullins
07:38 PM Colony Scout Revision d7c3c222 (scoutos): Encoders node now actually reads from hardware
This compiles but hasn't been tested on the Scout yet. Thomas Mullins
07:37 PM Colony Scout OS Revision 2237e1f0: Changed motor max speed and added constants in set_motors.msg
The new speed range is -100 to 100, to be consistent with the pwm
driver. They can be accessed with motors::set_motor...
Thomas Mullins
07:37 PM Colony Scout Revision 2237e1f0 (scoutos): Changed motor max speed and added constants in set_motors.msg
The new speed range is -100 to 100, to be consistent with the pwm
driver. They can be accessed with motors::set_motor...
Thomas Mullins
 

Also available in: Atom