Changes between Version 10 and Version 11 of ControlSystems/SoftwareTeam/Training/GettingStarted/UltrasonicRangefinder
- Timestamp:
- Nov 3, 2019, 11:39:16 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/UltrasonicRangefinder
v10 v11 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] 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.