Changes between Version 13 and Version 14 of ControlSystems/SoftwareTeam/Training/GettingStarted/Targeting


Ignore:
Timestamp:
Dec 1, 2019, 3:44:07 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

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

    v13 v14  
    1414When using a co-processor, there are multiple ways to send the results back to the RoboRIO including:
    1515* [https://wpilib.screenstepslive.com/s/currentCS/m/75361/l/843361-what-is-networktables Network Tables] (for use on Pi see [https://www.chiefdelphi.com/t/has-anybody-gotten-networktables-to-work-on-a-raspberrypi/147256/13 here])
    16 * UDP (for an example see [http://einsteiniumstudios.com/using-the-roborio-with-the-beaglebone.html here])
     16* UDP (for an example see [http://einsteiniumstudios.com/using-the-roborio-with-the-beaglebone.html here]) and its use in FRC [https://github.com/frc5687/pi-tracker/tree/master/src/org/baxter_academy/outliers2016/pi_tracker here].  Note: for Ethernet comms, be sure to use static IP addresses.
    1717* PWM (read about [https://wpilib.screenstepslive.com/s/currentCS/m/java/l/599716-counters-measuring-rotation-counting-pulses-and-more Semi-period mode])
    1818* Serial communications