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
Implement a bare bones Pure Pursuit planner that will produce steering and throttle values given a target pose. The target pose's reference frame will assume the current position of the ZED camera is the origin.
The target pose key will be controls/targetPose in the vehicle memory, and will be of the format (x,y,z,yawº). Publish steering and throttle values to controls/steering and controls/throttle.
Implement a bare bones Pure Pursuit planner that will produce steering and throttle values given a target pose. The target pose's reference frame will assume the current position of the ZED camera is the origin.
The target pose key will be
controls/targetPose
in the vehicle memory, and will be of the format (x,y,z,yawº). Publish steering and throttle values tocontrols/steering
andcontrols/throttle
.Theoy:
The text was updated successfully, but these errors were encountered: