mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
Merge branch '2022'
This commit is contained in:
@@ -40,7 +40,7 @@ class MechanismRoot2d : private MechanismObject2d {
|
||||
using MechanismObject2d::Append;
|
||||
|
||||
private:
|
||||
void UpdateEntries(std::shared_ptr<NetworkTable> table) override;
|
||||
void UpdateEntries(std::shared_ptr<nt::NetworkTable> table) override;
|
||||
inline void Flush();
|
||||
double m_x;
|
||||
double m_y;
|
||||
|
||||
Reference in New Issue
Block a user