Project

General

Profile

Activity

From 01/30/2013 to 02/28/2013

02/28/2013

05:05 PM Revision 7f2ccb46 (scoutos): Fixed up the smart_runaround behavior to integrate it fully.
Alex Zirbel
04:55 PM Revision 8b7d6f99 (scoutos): Updated BehaviorList with the new smart_runaround.
Alex Zirbel
04:55 PM Revision c9638ad1 (scoutos): Added BehaviorList templates.
Alex Zirbel
04:54 PM Revision 5dd9f396 (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Alex Zirbel
04:52 PM 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 Revision 2fd5122a (scoutos): Add smart runaround behaviors.
viki
04:46 PM Revision a69f6363 (scoutos): Test commit for new clone.
viki

02/27/2013

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

02/26/2013

07:38 PM 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 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

02/24/2013

03:11 PM Revision 2e8030ea (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Conflicts:
scout/libscout/src/BehaviorProcess.cpp
Priya
03:08 PM Revision dcf49526 (scoutos): Overwrote the ROS sigint handler so now behaviours stop and die and ...
Priya
02:01 PM Revision 1e52c76b (scoutos): fixed died rosnode kill and added sonar viz
Yuyang Guo

02/23/2013

03:05 PM Revision a283b65b (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Thomas Mullins
03:04 PM Revision 8741d18c (scoutos): Added cliffsensor/ROS code to main file (untested)
Thomas Mullins

02/20/2013

01:23 PM Revision d5edd62e (scoutece): Even more paintboard progress
Thomas Mullins
11:32 PM Revision 414d2b48 (scoutos): Updated line follow code to make turns for Lab 2.
Also upgraded at_destination and LineSensor::destination() for Intro Lab 2. Alex Zirbel

02/19/2013

06:18 PM Revision af7e0f94 (scoutos): Added new at_destination functionality.
Maze turns are buggy and are the next order of business. Alex Zirbel
05:43 PM Revision f37db1de (scoutece): Some progress on the paintboard schematic
Thomas Mullins
09:23 PM Revision 3ef60985 (scoutece): Finished initial paintboard schematic
Thomas Mullins

02/17/2013

03:57 PM Revision 40659cb8 (scoutos): More fixes to launch scripts (poorly written by Tom ;)
Colony Scout
03:48 PM Revision 0fb861bc (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Thomas Mullins
03:48 PM Revision e203e719 (scoutos): Fixed launch script error
Thomas Mullins
03:44 PM Revision 92019044 (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Hui Jun Tay
03:42 PM Revision c06735bb (scoutos): Removed headers, sonar uses custom timestamp, added code to manually...
Hui Jun Tay
03:21 PM Revision 9873e344 (scoutos): changed GUI according to the new order to conform to
"rosrun libscout libscout <behavior#> <scoutname>"
w
Yuyang Guo
03:18 PM Revision 94ec93e0 (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Yuyang Guo
03:16 PM Revision c467de4f (scoutos): running libscout behaviors without specifying a name should
make everything publish directly (e.g., to /set_motor instead of
/scout1/set_motor) and thus should work on hardware.
Yuyang Guo
03:04 PM Revision d2acabf3 (scoutos): Added rosscout.launch in libscout
On startup, it will now launch rosscout instead of rosserial. rosscout
includes rosserial, motors, encoders, and any ...
Thomas Mullins
02:20 PM Revision 18db4dfa (scoutos): cliffSensor edited
AnsonLinux
02:17 PM Revision 679f4e26 (scoutos): Freeing memory we allocate. Yay!
Priya
01:55 PM Revision 1ae55cee (scoutece): Merge branch 'master' of ssh://roboclub.org/home/svn/scouthw
Julian Binder
01:55 PM Revision b3776a44 (scoutece): added new batboard to repo. also added new charge controller to the
library. Julian Binder

02/16/2013

02:40 AM Revision 206dc881 (scoutece): Merge branch 'master' of roboclub.org:/home/svn/scouthw
Thomas Mullins
02:39 AM Revision 7a0eefad (scoutece): Initial commit of paintboard (very unfinished)
Thomas Mullins

02/15/2013

06:54 PM Revision 68b83291 (scoutece): finished charge schematic with exception of temp sense resistors.
Debating whether this is even necessary. Julian Binder

02/14/2013

01:44 PM Revision 6ee555a3 (scoutos): Changed scout constants to refresh faster. Also retuned linefollowin...
Priya
08:53 PM Revision fa857318 (scoutos): Fixed bugs with how the simulator was doing math for pose estimation.
Priya

02/13/2013

01:00 AM Revision ab8736ac (scoutos): added teleop to GUI, should be able to choose which scout to control...
Yuyang Guo
12:22 AM Revision 9a4d8398 (scoutos): New GUI should be working now! (run, pause resume should all work
pretty robustly). Teleop is not working yet... Yuyang Guo

02/12/2013

04:29 PM Revision 01f09975 (scoutos): Partially done GUI rewriting GUI
now can only add and kill scouts freely but can do nothing else Yuyang Guo

02/11/2013

05:12 PM Revision daf6a575 (scoutos): Added position to published sonar messages
Thomas Mullins
04:48 PM Revision 1ad3d43a (scoutos): Adding Upstart files to start roscore and rosserial
Thomas Mullins

02/10/2013

03:09 PM Revision 8deb8e3f (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Priya
03:08 PM Revision 35a71cce (scoutos): Adding 3 line following maps to the repository.
Priya
02:36 PM Revision 60a90290 (scoutos): \Fixed teleop to work with behaviors. Teleop currently has priority ...
Hui Jun Tay

02/04/2013

04:16 PM Revision 60800b68 (scoutos): cliffSensor.cpp fixed.
AnsonLinux

02/03/2013

06:47 PM Revision 164c2505 (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Priya
06:46 PM Revision fa5ca6e3 (scoutos): Fixed pause not working with the GUI. Also removed super annoying pr...
Priya
06:07 PM Revision 3493418f (scoutos): Removed 'priya_draw_name' include from BehaviorList.
Alex Zirbel
05:32 PM Revision e117f879 (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Alex Zirbel
05:28 PM Revision b4865319 (scoutos): Adding make_clean.sh to recursively clean subdirectories.
Alex Zirbel
05:16 PM Revision 80224838 (scoutos): Hacky fix to pause to work around issue that sending motor commands ...
Priya
04:54 PM Revision c15f2677 (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Priya
04:54 PM Revision faa11f08 (scoutos): Changed it so that all behaviors are not instantiated immediately. A...
Priya
03:53 PM Revision 07121480 (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Alex Zirbel
03:53 PM Revision d2dedb17 (scoutos): Bugfix to BehaviorGUI causing crashes.
Alex Zirbel

01/31/2013

08:09 PM Revision 360e3b6c (scoutos): Fixed segfault from LinesensorControl when the service call failed
Thomas Mullins

01/30/2013

04:56 PM Revision 066b08bb (scoutos): Adding Charles's headlight code
Thomas Mullins
 

Also available in: Atom