mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-08 16:28:07 -06:00
Rename workspace
Organize imports Add end of file newlines
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
build
|
||||
bin
|
||||
build/
|
||||
bin/
|
||||
|
||||
+1
-4
@@ -1,7 +1,4 @@
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
@@ -12,4 +9,4 @@
|
||||
"projectName": "NetworkTablesDesktopClient"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,4 +21,4 @@ dependencies {
|
||||
implementation "edu.wpi.first.ntcore:ntcore-jni:2022.2.1:linuxx86-64"
|
||||
implementation "edu.wpi.first.ntcore:ntcore-jni:2022.2.1:linuxraspbian"
|
||||
implementation "edu.wpi.first.ntcore:ntcore-jni:2022.2.1:osxx86-64"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,6 @@ public class NetworkTablesDesktopClient {
|
||||
public static void main(String[] args) {
|
||||
NetworkTableInstance instance = NetworkTableInstance.getDefault();
|
||||
instance.getTable("Recording").addEntryListener((table, key, entry, value, flags) -> {
|
||||
// File file = new File(key);
|
||||
Path path = Path.of("..", "src", "main", "deploy", "pathplanner", key);
|
||||
File file = path.toFile();
|
||||
try {
|
||||
|
||||
@@ -6,7 +6,6 @@ package frc4388.robot;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
import java.io.RandomAccessFile;
|
||||
import java.io.StringWriter;
|
||||
import java.nio.file.FileSystems;
|
||||
import java.nio.file.Path;
|
||||
@@ -43,7 +42,6 @@ import edu.wpi.first.math.geometry.Pose2d;
|
||||
import edu.wpi.first.math.geometry.Rotation2d;
|
||||
import edu.wpi.first.math.geometry.Translation2d;
|
||||
import edu.wpi.first.networktables.NetworkTable;
|
||||
import edu.wpi.first.networktables.NetworkTableEntry;
|
||||
import edu.wpi.first.networktables.NetworkTableInstance;
|
||||
import edu.wpi.first.wpilibj.Filesystem;
|
||||
import edu.wpi.first.wpilibj.GenericHID;
|
||||
|
||||
Reference in New Issue
Block a user