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
The forward, left, and right obstacle distances could each have timestamps associated with them based upon the timestamps of the sonar sensors that contributed to them. The relevant code changes would be on ObstacleDetector::obstacle_dis()t and MoveBasic::moveLinear(). This would lead to smoother control of steering based on side distances.
The text was updated successfully, but these errors were encountered:
The forward, left, and right obstacle distances could each have timestamps associated with them based upon the timestamps of the sonar sensors that contributed to them. The relevant code changes would be on
ObstacleDetector::obstacle_dis()t
andMoveBasic::moveLinear()
. This would lead to smoother control of steering based on side distances.The text was updated successfully, but these errors were encountered: