Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / scout / motors / src @ 7e9a19f4

# Date Author Comment
7e9a19f4 10/21/2012 05:29 PM Thomas Mullins

Added flush to motors node so hardware values actually change

ed37d345 10/20/2012 11:29 AM Thomas Mullins

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 that remains in testing.

560d2317 10/14/2012 04:41 PM Thomas Mullins

Added forward/backward support to motors node

cc9e9213 10/13/2012 11:18 AM Thomas Mullins

Changed motors node to write to pwm device files

9b11c5b3 01/04/2012 11:33 PM Alex Zirbel

Small tidying up.

Took out unneeded gensrv() in buttons, which caused a compilation warning, and made miniscule style changes to motors.cpp.

c492be62 01/03/2012 11:41 PM Alex Zirbel

Updated the licensing information in many files.

This is a broken commit because I decided to do this at a bad time. Sorry! The build will be working after next commit, I promise (and I won't push till then). This commit reflects the licensing in the files after I used my auto-add/remove script.

a8480867 12/04/2011 01:17 AM Alex Zirbel

Made a lot of changes to the general structure.

Applied object-orienting techniques to the code, cleaning it up considerably. Major design changes are as follows:

  • All separate node code (ie motors) are meant to only interface with hardware - doing as little logic as possible....
2814387f 11/30/2011 10:14 PM Alex Zirbel

Updated motors code.

Changed the definitions for the set_motors message, which forced a few
implementation changes as well.

Changed "libscout_node" to "node" and "n" to "node" in other packages.

f0a9ebb3 11/30/2011 08:17 PM Alex Zirbel

Updated the motors class and set_motors message.

Still todo: update the query_motors service, make the util file exported as a library.

3ec16d35 11/16/2011 10:14 PM Ben Wasserman

Fixed bugs I saw in headlights code. Fixed object parameter missing error. Added no-set capability to headlights. Changed attribution in motors. Fixed CMakeLists.txt due to error I put in there on my last commit (extra comma). Should compile now. I'm sorry if it doesn't.

14736c0c 11/02/2011 06:25 PM Ben Wasserman

Updated motors.cpp and motors.h with small stylistic changes.

c9f87aaf 10/19/2011 09:19 PM Ben Wasserman

Added code inside motors.cpp to set and read individual speeds in different units. Also added appropriate headers to motors.h, and units field to query_motors.srv and set_motors.msg

18e2028b 10/17/2011 06:39 PM Alex Zirbel

Updated motors.cpp and motors.h to comply with coding standards and doxygen.

Changed the module comments so motors are properly labeled as a the motor module.
Chaned indentation to four spaces.
Put braces on a new line.

0121ead7 10/07/2011 10:26 PM Ben Wasserman

Added the ROS stack with the libscout, motors, and sonar packages to the reposititory, and associated files. There are probably still things missing. Libscout won't run properly, but it and motors will compile. Sonar is probably broken, but nothing depends on it yet, so this shouldn't be an issue.

c406f16b 09/28/2011 04:04 PM Ben

Created first version of git repository; added libscout and motors packages.

The repository root is the ros directory, which contains the ROS stack for the scout project.
The included files are those that ROS creates with a new stack or package, and those created manually. Files created during compilation are not included....