-
Notifications
You must be signed in to change notification settings - Fork 43
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
[trajoptlib] Simple spline initial guess with wpilib dependency #727
base: main
Are you sure you want to change the base?
[trajoptlib] Simple spline initial guess with wpilib dependency #727
Conversation
I will fix the CI errors tomorrow |
.vscode/settings.json
Outdated
@@ -2,4 +2,106 @@ | |||
"rust-analyzer.check.overrideCommand": [ | |||
"cargo", "clippy", "--target-dir", "./target/clippy" | |||
], | |||
"files.associations": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These should probably go in the user settings.json instead of the workspace one due to how many there are: https://code.visualstudio.com/docs/getstarted/settings#_settings-file-locations
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch, I'll delete all of this
this will be superseded by https://github.com/bruingineer/Choreo/tree/trajopt-spline-initial-guess-wpilib without linking to WPILib |
WIP
build error:
DifferentialTrajectoryGenerator.hpp(194,5): error C7568: argument list missing after assumed function template 'PathBuilder'