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
{{ message }}
This repository has been archived by the owner on Jan 15, 2018. It is now read-only.
Currently to get the wheel rotation, we are looking at the nt value /SmartDashboard/drive/rr_module/degrees for each module. This is a poor way of doing it
You can calculate the wheel rotation in physics through the encoder value. This would be better, however because the wheels all have zeros in robot.py which cause the raw value calculated from the encoder to be incorrect. We need some way of getting the zero from each module into physics.
It would be a pain if we had to manually input it each time it changed
The text was updated successfully, but these errors were encountered:
If you would like to take this issue I would be happy. The reason I am putting them here is for dustin to know what we are doing. And no-one seems to look a trello.
Currently to get the wheel rotation, we are looking at the nt value
/SmartDashboard/drive/rr_module/degrees
for each module. This is a poor way of doing itYou can calculate the wheel rotation in physics through the encoder value. This would be better, however because the wheels all have zeros in
robot.py
which cause the raw value calculated from the encoder to be incorrect. We need some way of getting the zero from each module into physics.It would be a pain if we had to manually input it each time it changed
The text was updated successfully, but these errors were encountered: