[ntcore] NetworkTables 4 (#3217)

This commit is contained in:
Peter Johnson
2022-10-08 10:01:31 -07:00
committed by GitHub
parent 90cfa00115
commit 77301b126c
380 changed files with 34573 additions and 22095 deletions

View File

@@ -9,11 +9,7 @@
#include <frc/smartdashboard/SmartDashboard.h>
#include <frc2/command/CommandScheduler.h>
void Robot::RobotInit() {
// Flush NetworkTables every loop. This ensures that robot pose and other
// values are sent during every iteration.
SetNetworkTablesFlushEnabled(true);
}
void Robot::RobotInit() {}
/**
* This function is called every 20 ms, no matter the mode. Use