You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mechanism2d needs to have SendableRegistry.add(this, "Mechanism2d", m_instance) and similar removal in close(). Currently, SmartDashboard.putData(mechanism2d) doesn't work because the registry doesn't have a name for the Mechanism2d.
The text was updated successfully, but these errors were encountered:
You can, but it's an API consistency issue. When only using one Mechanism2d and just trying to get it showing, I was thrown off by the fact that the "log-any-Sendable" putData didn't do anything.
Mechanism2d needs to have
SendableRegistry.add(this, "Mechanism2d", m_instance)
and similar removal inclose()
. Currently,SmartDashboard.putData(mechanism2d)
doesn't work because the registry doesn't have a name for the Mechanism2d.The text was updated successfully, but these errors were encountered: