mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[ntcore] NetworkTables 4 (#3217)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user