Skip to content
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

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

bruingineer
Copy link
Collaborator

WIP
build error:
DifferentialTrajectoryGenerator.hpp(194,5): error C7568: argument list missing after assumed function template 'PathBuilder'

@bruingineer
Copy link
Collaborator Author

I will fix the CI errors tomorrow

@bruingineer bruingineer self-assigned this Sep 9, 2024
@@ -2,4 +2,106 @@
"rust-analyzer.check.overrideCommand": [
"cargo", "clippy", "--target-dir", "./target/clippy"
],
"files.associations": {
Copy link
Member

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

Copy link
Collaborator Author

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

@bruingineer bruingineer changed the title [trajoptlib] Simple spline initial guess [trajoptlib] Simple spline initial guess with wpilib dependency Sep 19, 2024
@bruingineer
Copy link
Collaborator Author

this will be superseded by https://github.com/bruingineer/Choreo/tree/trajopt-spline-initial-guess-wpilib without linking to WPILib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants