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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hi all.
in the pure pursuit's bicycle model, isn't the x, y position the rear wheels?
Is there something that I might have missed?
self.x += self.v * math.cos(self.yaw) * dt # rear wheel's x position
self.y += self.v * math.sin(self.yaw) * dt #rear wheel's y position
self.yaw += self.v / WB * math.tan(delta) * dt
thanks.
Beta Was this translation helpful? Give feedback.
All reactions