Project

General

Profile

Statistics
| Branch: | Revision:

root / scout_avr / src @ 47e26dee

Name Size
Atmega128rfa1.cpp 2.25 KB
Atmega128rfa1.h 456 Bytes
bom.cpp 4.85 KB
bom.h 1.3 KB
debug.h 72 Bytes
main.cpp 2.34 KB
range.cpp 1.8 KB
range.h 404 Bytes
ros.h 209 Bytes
stepper.cpp 2.65 KB
stepper.h 565 Bytes

Latest revisions

# Date Author Comment
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

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.

View revisions

Also available in: Atom