mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Implements the JNI bindings for java Adds integration tests for Digital Inputs and AnalogTriggers. Adds the ability to get the value and message from errno in java using the HALUtil JNI class. Change-Id: I853529fdab9744ce95ee15d4cc73dc3953265552
TO LOAD & RUN INTEGRATION TESTS
- Run
mvn clean packagefrom this directory - Run
scp target/wpilibJavaIntegrationTests-0.1.0-SNAPSHOT.jar admin@10.1.90.2:/home/adminand enter the password on the RoboRio - ssh into the RoboRio using
ssh admin@10.1.90.2 - Run the integration tests on the roborio using
./runintegrationjavaprogram - Enable the robot using a driver station (this will be automatic eventually)