mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Merge branch '2022'
This commit is contained in:
@@ -23,7 +23,7 @@ void MechanismRoot2d::SetPosition(double x, double y) {
|
||||
Flush();
|
||||
}
|
||||
|
||||
void MechanismRoot2d::UpdateEntries(std::shared_ptr<NetworkTable> table) {
|
||||
void MechanismRoot2d::UpdateEntries(std::shared_ptr<nt::NetworkTable> table) {
|
||||
m_posEntry = table->GetEntry(kPosition);
|
||||
Flush();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user