Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / scout / scoutsim / src / scout_constants.h @ fa857318

History | View | Annotate | Download (3.56 KB)

# Date Author Comment
fa857318 02/13/2013 08:53 PM Priya

Fixed bugs with how the simulator was doing math for pose estimation.

dd065971 12/02/2012 07:06 PM Alex Zirbel

Fixed sonar out of range bug. Max range now at 9.144 m.

7f095440 11/30/2012 07:55 PM Priya

Sepearated refresh rate for scouts and for the simulator.

04114d13 11/17/2012 03:21 AM Alex Zirbel

Fixed teleop with new units, and changes the refresh rate to be closer to true m/s.

35d1885f 11/17/2012 01:16 AM Alex Zirbel

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

Conflicts:
scout/scoutsim/src/scout_constants.h

6257c97d 11/17/2012 01:15 AM Alex Zirbel

Continuing work on standardization of units.

16097fcf 11/16/2012 06:34 PM Priya

Added header guards to scout constants.

c63c9752 11/12/2012 09:40 PM Alex Zirbel

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 Control classes to scale things right.
  • Encoder ticks are almost fixed, but not quite right (I think because of a rounding problem)....
6639ce9c 10/28/2012 05:58 PM viki

Edited Sonar to display points on simulator.

Changed rate of sonar scan to 0.5s
Made a new wxDC graphics object for sonar

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!

50557e88 01/07/2012 05:10 PM Alex Zirbel

Added scout_constants.h to scoutsim

Previously missing file in last commit.