Project

General

Profile

Statistics
| Branch: | Revision:

root / scout_avr @ ca9f6bd5

# Date Author Comment
ca9f6bd5 11/15/2012 10:02 PM Thomas Mullins

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.

47e26dee 11/09/2012 02:43 PM Thomas Mullins

BOM testing code in main.cpp works with rosserial

6e7f0a98 11/07/2012 09:51 PM Thomas Mullins

Changed scout_avr's main.cpp to use rosserial

d008df56 11/07/2012 09:49 PM Thomas Mullins

Fixed problem with "make clean all" globs failing

c2b64420 11/07/2012 09:37 PM Thomas Mullins

Finally automated generation of ros_lib for rosserial!

399f7d1b 11/07/2012 08:39 PM Thomas Mullins

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 the higher F_CPU.

85dff67b 11/04/2012 05:28 PM Julian Binder

Modified to compile.

a07a0b55 11/04/2012 04:51 PM Julian Binder

wrote code for the stepper motor. Requires that the caller calls init with
the time that the function returned by the init function will be called.
then the user must call this function at the given constant time interval
this allows for sweep to work.
Library also allows for independent control of the stepper.

aadf0a75 11/03/2012 10:19 PM Thomas Mullins

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 the rx interrupt for
cleaner code. Also, sped up programming in Makefile.

fd73d758 11/03/2012 10:18 PM Thomas Mullins

Changed range sensor to read on-demand

cc9ca04e 10/30/2012 03:26 PM Thomas Mullins

Fixed pins to work with 128rfa1 instead of 2560

812788aa 10/29/2012 03:32 PM Thomas Mullins

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 sensor and BOM rx will now
share timer 5, but they both have to be fixed for the higher F_CPU.

8969d535 10/20/2012 11:29 AM Thomas Mullins

Changed "download" to "program" in scout_avr Makefile

69c2203a 09/07/2012 03:03 PM Thomas Mullins

Added check bits back into BOM. oops...

31f4a032 09/07/2012 03:01 PM Thomas Mullins

Some fixes to BOM, which is now tested and it works

f115416e 09/05/2012 06:58 PM Thomas Mullins

Added initial BOM code

Only the sending code has been tested; receiving will soon be tested as
well.

807483bf 08/28/2012 05:42 PM Thomas Mullins

Fixed range sensor code to support 2

Also, tested (with only one sensor) and it seemed to work adequately.

230b1b7f 04/11/2012 09:39 PM Thomas Mullins

Fixed compiler errors in scout_avr

ec9e417d 04/11/2012 09:28 PM Thomas Mullins

Added second range sensor to scout_avr

Not yet tested.

1c3c96ce 04/10/2012 06:11 PM Thomas Mullins

Added and tested range sensor to scout_avr

Max output should be 37500 (max observed value actually ~38600), and it
may be scaled down later. Also, the second sonar will need to be added
later... forgot about that...

Also, added an option to avrdude in the Makefile which makes it upload...

cf115e3d 04/03/2012 04:09 PM Thomas Mullins

Fixed problem with serial rx. Rosserial now works.

49090532 04/01/2012 09:59 PM Thomas Mullins

Tested rosserial a little with a 328.

It doesn't quite work yet. Writing works, reading has not been tested,
and rosserial acts weirdly inconsistent.

20f94878 03/28/2012 11:04 PM Thomas Mullins

Added rx buffer for rosserial

88fb3a79 03/22/2012 06:03 PM Thomas Mullins

Added preliminary rosserial code, in scout_avr/

Everything in src/ros_lib was copied from the rosserial_client package
or generated with 'rosrun rosserial_client make_library.py ...'. The
contents of the Makefile are just for testing whether it compiles. This...