bethpage-robotics / Aerial-Assist

Current source code for the 2014 FIRST Robotics Competition, Aerial Assist.
Other
2 stars 0 forks source link

Ultrasonic linear regression constants. #2

Closed harshilgarg closed 10 years ago

harshilgarg commented 10 years ago

Two values need to be removed from the Launcher class, and placed in an MaxbotixUltrasonic class that extends AnalogChannel, in order to improve object-oriented programming and standardize all ultrasonic rangefinders.

harshilgarg commented 10 years ago

This issue was resolved here by creating a MaxbotixUltrasonic class.

thornworks commented 10 years ago

Actually the MaxShootDistance is a property of the shooter, not the sensor.

harshilgarg commented 10 years ago

Alright, I will edit the code to reassign that value to the Launcher class then.