-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add support for .ssp files #493
Conversation
Better to just package one of the |
I decided to just package the already used demo case |
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.
This is great, but I'd be very happy if we can avoid the global variable.
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.
Great!
Changing the base should not have resulted in a conflict here? |
# Conflicts: # src/cpp/ssp_parser.cpp
Waiting for Jenkins on this one. |
This PR adds support for
.ssp
files.AddsControlledDrivetrain.spp
downloaded (and converted to SSP 1.0) from here. Not sure if that is ok or not.Closes #491