-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZED tracking coordinate-based kart control #8
Comments
Planning to use LQR implementation with forward kinematics from here. Another example implementation. Simulation code here. |
Symbol definitions:
What we get from the kart:
Forward kinematicsState vectorInputs:
Software (us) Controls (inputs):
Conversions:
Differential State MatrixState prediction |
Just found this.... Worth a try to implement ourselves for the challenge, but we can use the reference here if we struggle. |
Use the information provided by #6 and a series of target points to plan and follow a given path. Output control values of:
The text was updated successfully, but these errors were encountered: