Changes between Version 11 and Version 12 of ControlSystems/SoftwareTeam/Training/GettingStarted/UltrasonicRangefinder


Ignore:
Timestamp:
Nov 4, 2019, 1:48:58 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/Training/GettingStarted/UltrasonicRangefinder

    v11 v12  
    3232Notice that the measurements aren't always perfect; the sensor may receive echos from multiple surfaces.
    3333
    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 ===
     35Explore 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.