Changes between Version 6 and Version 7 of ControlSystems/SoftwareTeam/Training/GettingStarted/IntroRobotJava


Ignore:
Timestamp:
Oct 9, 2019, 11:54:23 AM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

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

    v6 v7  
    3939
    4040* Use the WPILib icon to build your new program: W->Build Robot Code
    41 * Connect to the Peanut WiFi Hotspot
     41* Connect to the Peanut !WiFi Hotspot
    4242* Use the WPILib icon to deploy your program to the robot: W->Deploy Robot Code
    4343* Launch the FRC Driver Station on your laptop.  Two windows should open: FRC Driver Station and FRC PC Dashboard.
     
    5555== Second program: Ultrasonic Rangefinder
    5656
    57 Create another program using the TimedRobot java template and name it UltrasonicTest. Modify the generated code as follows:
     57Create another program using the !TimedRobot java template and name it !UltrasonicTest. Modify the generated code as follows:
    5858* import the Ultrasonic class {{{ import edu.wpi.first.wpilibj.Ultrasonic; }}}
    5959* declare a ultrasonic variable in the Robot class {{{ private Ultrasonic f_ultrasonic; }}}
     
    7777* WPILib provides [https://wpilib.screenstepslive.com/s/currentCS/m/java/l/599697-choosing-a-base-class 3 frameworks] for building robot programs.  Build your first program using the !TimedRobot (previously had been !IterativeRobot) framework as described [https://wpilib.screenstepslive.com/s/currentCS/m/java/l/145307-creating-your-benchtop-test-program here].
    7878
    79    * Connect your laptop to the RoboRIO USB port or WiFi
     79   * Connect your laptop to the RoboRIO USB port or !WiFi
    8080   * Connect your joystick or xbox controller to another USB port on your laptop
    8181   * Launch the NI Driver Station Software.  For details see [https://wpilib.screenstepslive.com/s/4485/m/24192/l/144976-frc-driver-station-powered-by-ni-labview here]