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
At the moment, the 18in (mechanum drive) robot has a gyro installed, but the field oriented control is not working. We need to get this working for accurate driving during competition.
m_fieldOrientedControl in HolonomicDriveNode is what should do field oriented control. One difference between now and when it was working 2 years ago is that we are using a V5 sensor instead of a NavX over ROS. The InertialSensorNode may handle this but it is worth looking into.
The text was updated successfully, but these errors were encountered:
At the moment, the 18in (mechanum drive) robot has a gyro installed, but the field oriented control is not working. We need to get this working for accurate driving during competition.
m_fieldOrientedControl
inHolonomicDriveNode
is what should do field oriented control. One difference between now and when it was working 2 years ago is that we are using a V5 sensor instead of a NavX over ROS. TheInertialSensorNode
may handle this but it is worth looking into.The text was updated successfully, but these errors were encountered: