Project

General

Profile

Activity

From 10/19/2012 to 11/17/2012

11/17/2012

03:40 AM Revision 28999371 (scoutos): Little cleanups.
Alex Zirbel
03:35 AM Bug #2122 (Fixed): Standardize encoders
Encoders currently give 336 ticks/m. They should be giving 363.78. The difference is probably due to rounding errors. Alex Zirbel
03:22 AM Revision 4918cbee (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Conflicts:
scout/scoutsim/src/sim_frame.cpp
Alex Zirbel
03:21 AM Revision 04114d13 (scoutos): Fixed teleop with new units, and changes the refresh rate to be clos...
Alex Zirbel
02:29 AM Revision 25694a03 (scoutos): Changes so that scout1 automatically spawns upon creation of the
simulator environment, and that line follow just continuously follows
lines instead of prior line-following-capabilit...
Priya
02:15 AM Revision ddfeb111 (scoutos): Fixing bugs with ghost scout (these were problems in odometry related
to constants in the simulator and coordinate frame and theta representation
in the simulator). Also made ghost scout ...
Priya
01:16 AM Revision 35d1885f (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Conflicts:
scout/scoutsim/src/scout_constants.h
Alex Zirbel
01:15 AM Revision 6257c97d (scoutos): Continuing work on standardization of units.
Alex Zirbel
01:15 AM Revision 73adca60 (scoutos): Cleanups/TODOs.
Alex Zirbel
07:40 PM Revision 0ccfc42d (scoutos): Files that add ghost scout.
Priya
07:07 PM Revision 0e916314 (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Priya
07:06 PM Revision 0e0ef125 (scoutos): Changes to add ghost scout to sim frame and make it show up on the s...
Currently the functionality for killing scouts does not kill the ghost scout. That needs to be fixed eventually. Priya

11/16/2012

06:55 PM Revision 96ec9388 (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Conflicts:
scout/scoutsim/src/scout.cpp
scout/scoutsim/src/scout.h
Hui Jun Tay
06:44 PM Revision eb9cff77 (scoutos): Fixed sonar bug (corrected y direction)
Added sonar_toggle and set_scan command and callbacks
Cleaned up sonar_visual toggle code
Hui Jun Tay
06:34 PM Revision 16097fcf (scoutos): Added header guards to scout constants.
Priya
06:12 PM Bug #2121 (Assigned): File Error Service call
viki@c3po:~/ros_workspace/scoutos/scout/scoutsim$ rosservice call /scout1/sonar_set_scan 5 10
ack: True
viki@c3po:~...
Hui Jun Tay
05:49 PM Bug #2120: Remove old teleop and clean up scoutsim folder
Also as part of this clean up. Change from using the #define PI 3.14... to using M_PI so that we are consistent acros... Priyanka Deo
05:44 PM Bug #2120 (Wontfix): Remove old teleop and clean up scoutsim folder
Now that we have baked-in teleop, the old one should go.
Etc.
Alex Zirbel
05:45 PM Revision 30a3768e (scoutos): Last commit did not contain changes to Odometry behavior. Gits dumb.
Priya
05:44 PM Revision 36664e39 (scoutos): Changed Odometry to publish a ScoutPosition message with the scoutna...
Priya
05:15 PM Revision f40977a9 (scoutos): Added new launch file template for scoutsim.
Alex Zirbel
05:14 PM Revision 6e8c4ad2 (scoutos): Style changes to BehaviorGUI (line length, spacing)
Alex Zirbel
03:29 PM Revision f1582e6c (scoutos): Fixed AVR hanging when sonar not connected
Thomas Mullins
10:03 PM Revision 39c04d7d (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Thomas Mullins
10:02 PM Revision 6c9146d5 (scoutos): Began filling in ROSsy main function
Thomas Mullins
10:02 PM Revision ca9f6bd5 (scoutos): Some changes to the stepper library
A few bug fixes, and changed various values to use ms instead of us due
to integer overflow problems.
Thomas Mullins
09:38 PM Revision 05ea07c4 (scoutos): Removed Header from BOM message.
If we need a timestamp, we can add it back later. We don't need a
frame_id...
Thomas Mullins

11/13/2012

09:42 PM Revision e2751853 (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Alex Zirbel
09:40 PM Revision c63c9752 (scoutos): Scoutsim now has consistent units of m and m/s.
This will cause some problems.
* Behaviors which relied on the old units will have to change. We need to change the...
Alex Zirbel
07:46 PM Revision ae475e49 (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Priya
07:46 PM Revision 16d4e150 (scoutos): Fixed pause and resume. Kind of. There are lots of bugs with the GUI.
Priya
07:15 PM Enhancement #2114 (Wontfix): Make it easier to make new behaviors
Make the makefile check the behaviors/ folder and compile anything it finds there into a behavior. Auto-generate any... Alex Zirbel
07:14 PM Task #2113 (Wontfix): Clean up scoutsim code
There's some poor indentation and such.
Clean that up.
Alex Zirbel
07:13 PM Task #2112 (Fixed): Clean up GUI code
The GUI to create, delete, and pause scouts is some ugly python.
Clean it up.
Alex Zirbel
07:13 PM Task #2111 (Fixed): Make scoutsim debugging tools able to run on any scout.
Currently sonar and teleop debugging only runs on scout1, hardcoded.
Make this be specified in some easy way from ...
Alex Zirbel

11/12/2012

06:55 PM Revision 0076084e (scoutos): Fluidified fluid teleop.
Alex Zirbel
06:54 PM Revision d34f8273 (scoutos): Removed the initial default scout spawn.
This should be taken care of by the GUI or launch file somehow. Alex Zirbel
06:53 PM Revision 631b8a4c (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Alex Zirbel
06:52 PM Revision 594c3bb9 (scoutos): Loads specific images for each scout if they exist
Otherwise, looks in the images folder for scout.png.
Added a few default scouts with numbers, and the xcf files they ...
Alex Zirbel
06:34 PM Revision 9a88eb2e (scoutos): Fixed pause so that it compiles. Also changed behavior gui so that i...
Priya

11/11/2012

04:45 PM Revision b4cb37e1 (scoutece): Added UCC3911 Lithium-Ion Battery Protector to jabinder.lbr
Also added UCC3911 to schematic with associated perhiperals Julian Binder
03:31 PM Bug #2109: Add Fuel Guage and Protection circuit to charge board
http://www.digikey.com/product-detail/en/UCC3911DP-4/296-11543-5-ND/381692 for protection instead Julian Binder
03:00 PM Bug #2109: Add Fuel Guage and Protection circuit to charge board
Also need to modify charge circuit to make sure the maximum charge current is 1435mA.
Nominal Cell Voltage is 3.6V a...
Julian Binder
01:39 AM Bug #2109 (Assigned): Add Fuel Guage and Protection circuit to charge board
Protection Circuits Here:
http://www.sii-ic.com/en/param_chrt.jsp?subcatID=5
Fuel Gauge Circuit Here:
http://www.m...
Julian Binder
02:56 PM Bug #2110 (Assigned): BOM returns values even when IR LED cannot possibly permeate through the ma...
Tested by covering with hand and by enclosing in ESD bag.
Checked with camera to make sure IR LED was not visible.
Julian Binder
12:12 AM Revision b76ae2da (scoutece): Created a new library jabinder.lbr
Added parts for 18650 double battery holder, LT3650 two cell li-ion battery
charger and 2x2 SMT molex headers
Also ma...
Julian Binder

11/09/2012

06:11 PM Revision b1fdaaf6 (scoutos): Added toggle for Sonar. Added backsonar indicate
-Sonar can be toggled under Sim -> Sonar
-Front and Back onars now display most recent scan point as a green dot
Hui Jun Tay
02:43 PM Revision 9eb9cc2d (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Thomas Mullins
02:43 PM Revision 47e26dee (scoutos): BOM testing code in main.cpp works with rosserial
Thomas Mullins
10:45 AM Revision 27f73b95 (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Conflicts:
scout/libscout/CMakeLists.txt
scout/libscout/src/BehaviorList.cpp
scout/libscout/src/BehaviorList.h
Matt Bryant
10:40 AM Revision 4b02e3c0 (scoutos): Added pause behavior to list
Matt Bryant
10:39 AM Revision a107608f (scoutos): Added new behavior to makefile
Matt Bryant

11/08/2012

09:51 PM Revision 6e7f0a98 (scoutos): Changed scout_avr's main.cpp to use rosserial
Thomas Mullins
09:49 PM Revision d008df56 (scoutos): Fixed problem with "make clean all" globs failing
Thomas Mullins
09:37 PM Revision c2b64420 (scoutos): Finally automated generation of ros_lib for rosserial!
Thomas Mullins
08:39 PM Revision 399f7d1b (scoutos): Changed sonar/bom timer to 64 prescalar
Also fixed bug in the bom's timer usage, where it depended on an integer
overflow that was no longer occuring due to ...
Thomas Mullins

11/07/2012

12:36 PM Revision 887b4a1a (scoutos): Removed bom.cpp, bom.h, get_bom_reading.srv, and query_sonar.srv
Removed them for real this time; not pretend :D Thomas Mullins
12:35 PM Revision b23c6bbb (scoutos): Changed get_bom_reading.srv to bom.msg
Also, removed bom.cpp and bom.h since there won't be a bom node running
on the Gumstix.
Thomas Mullins

11/04/2012

05:28 PM Revision 85dff67b (scoutos): Modified to compile.
Julian Binder
04:51 PM Revision a07a0b55 (scoutos): wrote code for the stepper motor. Requires that the caller calls ini...
the time that the function returned by the init function will be called.
then the user must call this function at the...
Julian Binder
10:21 PM Revision 8999628c (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Thomas Mullins
10:19 PM Revision aadf0a75 (scoutos): Fixed interrupt bug in AVR serial code
Serial read disabled interrupts at the start, and returned before
reenabling them. Also, made a few other changes in ...
Thomas Mullins
10:18 PM Revision fd73d758 (scoutos): Changed range sensor to read on-demand
Thomas Mullins

11/03/2012

02:25 PM Task #1886 (Fixed): Spec Out and Buy IMU
Julian Binder
02:25 PM Task #2091 (Fixed): order more scout parts
Julian Binder

11/02/2012

01:03 PM Revision 68b23184 (scoutos): Scoutsim: Added Sonar Toggle
Sonar display can now be toggled via Menu->Sim->Sonar viki

10/30/2012

03:26 PM Revision cc9ca04e (scoutos): Fixed pins to work with 128rfa1 instead of 2560
Thomas Mullins

10/29/2012

03:32 PM Revision 812788aa (scoutos): Moved some sensors to different timers
Most notably, change the ROS millisecond counter to share the BOM 38 kHz
timer instead of having its own. The range s...
Thomas Mullins
09:24 PM Revision 0e77683c (scoutos): Added built-in scoutsim teleop!
Alex Zirbel

10/28/2012

07:48 PM Revision 759ac4fc (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Alex Zirbel
07:48 PM Revision e2770306 (scoutos): Generate a blank image for lines/walls if one doesn't exist.
Alex Zirbel
06:01 PM Revision 43b327cb (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
viki
05:58 PM Revision 6639ce9c (scoutos): Edited Sonar to display points on simulator.
Changed rate of sonar scan to 0.5s
Made a new wxDC graphics object for sonar
viki
04:48 PM Revision 479d25d8 (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Priya
04:47 PM Revision 3db79f25 (scoutos): Fixed Odometry behavior so that it now works and then added a get r...
Priya
04:37 PM Revision d140fd71 (scoutos): Added Sensors class that abstracts away sensors from behaviors. Stop...
duplicated sensors for each scout. Yuyang
03:49 PM Revision 8a4624e7 (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Alex Zirbel
03:46 PM Revision 8efaf0cc (scoutos): Added race_walls again, whoops.
Alex Zirbel
03:43 PM Revision 3e877fe7 (scoutos): Added a new grid map for testing.
Alex Zirbel
02:57 PM Revision 1d819b33 (scoutos): Updated scout size. Now 1px = 0.5cm.
Alex Zirbel
09:13 PM Task #2091: order more scout parts
Accelerometer and Gyro on backorder...
Considering switching to: https://www.sparkfun.com/products/10252
Julian Binder

10/26/2012

06:40 PM Revision dfb92d66 (scoutos): Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos
Matt Bryant
06:31 PM Revision 5755691e (scoutos): Added initial GUI for testing, renamed cw and ccw behaviors
Matt Bryant
06:20 PM Revision 71e1154d (scoutos): Sonar works!
Also added new testing files for sonar - maps/racetest*.bmp Alex Zirbel
10:02 PM Revision a2e6bd4c (scoutos): Added sonar, though it looks buggy.
Use sonar_viz to continue debugging and make sonar work! Alex Zirbel

10/24/2012

11:44 AM Revision f58d377f (scoutos): Added irq_set_irq_type to encoder driver
Thomas Mullins

10/22/2012

03:01 PM Task #2091: order more scout parts
The third thing was the quad encoders (http://www.pololu.com/catalog/product/1217). Thomas Mullins
10:36 PM Task #2091 (Fixed): order more scout parts
Including but not limited to:
- Accelerometer breakout board (https://www.sparkfun.com/products/9836)
- Gyroscope...
Thomas Mullins
01:15 PM Revision f024710b (scoutos): Added actual reads from hardware to encoder.ko
Not yet tested on Gumstix (especially since I don't think we have the
encoders yet).
Thomas Mullins
11:03 PM Revision 32b36ecc (scoutos): Added sources.list to /etc
Thomas Mullins

10/21/2012

06:46 PM Revision 2581167d (scoutos): Added udev rules file for pwm devices
Thomas Mullins
05:29 PM Revision 7e9a19f4 (scoutos): Added flush to motors node so hardware values actually change
Thomas Mullins
05:09 PM Revision a0644b40 (scoutos): Fixed mistake in rc.local
Changed chown to chmod. Thomas Mullins

10/20/2012

05:30 PM Revision 0276f557 (scoutos): Added /etc/modules, and changed network setup
Removed /etc/network/interfaces, which blocks until a dhcp server gives
the Gumstix an IP address resulting in a boot...
Thomas Mullins
11:29 AM Revision ed37d345 (scoutos): Finished adding gpio control to motors node
I changed the Motor constructor to take pin numbers instead of file
names, and construct the file names itself. All t...
Thomas Mullins
11:29 AM Revision 8969d535 (scoutos): Changed "download" to "program" in scout_avr Makefile
Thomas Mullins
 

Also available in: Atom