-
Notifications
You must be signed in to change notification settings - Fork 0
Ackermann Steering #3
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Jskacines
opened on Nov 2, 2024
Issue body actions
- Read about ackermann steering
- Update vehicle and test_vehicle.yaml to sweep through steer angles as a dimensionless parameter. Steered angle range should be (-1,1), and you should add a parameter to test_vehicle.yaml called "max steer angle".
- Update steering() to account for ackermann using the dimensionless steering and max steer angle inputs. LMK if you need help deriving a formula for ackermann steer angle. You should end up with a steered angle for left and right tire.
- Update calculation for slip angle with these independent L+R steer angles
- Update steering rotation matricies OR rewrite tire_forces() so that a steering rotation matrix isn't necessary using something like scipy.spatial.transform.rotation
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.