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
Right now, NAND Telemetry is pretty scuffed, and needs to be properly communicated with firmware.
Currently, only passed in velocity as a singular value, which means that the twist is impossible to calculate, and should be done properly.
Additionally, heading calculations needs to be double checked.
Overall, this change has not been mock rolled and not stable, although it is on the main branch.
Suspicious code:
speed=packet.velocity# TODO: fix this# why this works: autonsystem only cares about magnitude of velocity# so setting an arbitrary axis to the speed and leave other at 0# works. However, this should be done properly ASAPodom.twist.twist.linear.x=speed
The text was updated successfully, but these errors were encountered:
Right now, NAND Telemetry is pretty scuffed, and needs to be properly communicated with firmware.
Currently, only passed in velocity as a singular value, which means that the twist is impossible to calculate, and should be done properly.
Additionally, heading calculations needs to be double checked.
Overall, this change has not been mock rolled and not stable, although it is on the main branch.
Suspicious code:
The text was updated successfully, but these errors were encountered: