[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

@@ -10,7 +10,7 @@
#include <utility>
#include <vector>
#include <networktables/NetworkTableEntry.h>
#include <networktables/DoubleArrayTopic.h>
#include <units/length.h>
#include <wpi/SmallVector.h>
#include <wpi/mutex.h>
@@ -105,7 +105,7 @@ class FieldObject2d {
mutable wpi::mutex m_mutex;
std::string m_name;
nt::NetworkTableEntry m_entry;
nt::DoubleArrayEntry m_entry;
mutable wpi::SmallVector<Pose2d, 1> m_poses;
};