Changes between Version 5 and Version 6 of ControlSystems/SoftwareTeam/Training/AdvancedTraining/FRCVision


Ignore:
Timestamp:
Jan 11, 2020, 5:40:06 PM (5 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/Training/AdvancedTraining/FRCVision

    v5 v6  
    5656   1. Build the example using the command '''gradle build'''
    5757   1. You should now have a jar file (e.g. java-multiCameraServer.jar) in the project build/libs folder ready for upload to your pi
     581. Connect to your FRCVision Pi and upload the application:
     59   1. Connect your browser to http://frcvision.local (if that doesn't work, you'll need to find the IP address of your Pi - often 10.25.37.3)
     60   1. Select the Application tab
     61   1. Under vision application configuration, select upload executable file, browse to the build/libs folder of your project, select java-multiCameraServer.jar (or whatever jar file you've built), and press the Upload and Save button
     62   1. Select the Vision Status tab and enable console output to see the program output
    5863
    5964See [https://pdocs.kauailabs.com/vmx-rtk/examples/frc/ here] for more info