Changes between Version 11 and Version 12 of ControlSystems/SoftwareTeam/Training/GettingStarted/UltrasonicRangefinder
- Timestamp:
- Nov 4, 2019, 1:48:58 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/UltrasonicRangefinder
v11 v12 32 32 Notice that the measurements aren't always perfect; the sensor may receive echos from multiple surfaces. 33 33 34 Extra Credit: explore more advanced ultrasonic sample program [wiki:ControlSystems/SampleCode/Ultrasonic here]. This program shows how to use two ultrasonic sensors (front and rear). The page also contains a corrected Ultrasonic class since the default class provided in WPILib only supports one sensor. 34 === Extra Credit === 35 Explore more advanced ultrasonic sample program [wiki:ControlSystems/SampleCode/Ultrasonic here]. This program shows how to use two ultrasonic sensors (front and rear). The page also contains a corrected Ultrasonic class since the default class provided in WPILib only supports one sensor.