Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / scout / scoutsim / manifest.xml @ 16097fcf

History | View | Annotate | Download (1.51 KB)

# Date Author Comment
a2e6bd4c 10/25/2012 10:02 PM Alex Zirbel

Added sonar, though it looks buggy.

Use sonar_viz to continue debugging and make sonar work!

1d1281cc 10/07/2012 07:10 PM Priya

Broke the build and then fixed it. Now onto testing!

af0d9743 04/09/2012 08:00 PM Alex Zirbel

Added template linesensors to scoutsim

e1d66e9a 04/07/2012 07:17 PM roboclub

splitting up teleop into two separate processes, delay is in the wrong place whoops

e3f69e61 03/03/2012 06:21 PM Alex Zirbel

Fixed up scoutsim package. Sorry.

9f547ef7 01/28/2012 04:58 PM Alex Zirbel

Added scoutsim support for encoders.

To see the query_encoders.srv (used for accessing this data) in action, use: rosrun libscout test_encoders. You will see a stream of encoder data.

d1cc615c 12/08/2011 05:16 PM Leon

actually removing what I removed

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....
266ae7f2 11/26/2011 09:43 PM Alex Zirbel

Added a template scout simulator class.

Scoutsim is modeled directly from turtlesim. At this point, the only changes are in names and indentation. A separate licensing file was also added to get rid of the junk at the top of the old turtlesim files.