-
Notifications
You must be signed in to change notification settings - Fork 12
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
kinematics modules / switchKins #5
Comments
Well, the Loadable Trajectory Modules work remains in the legacy Machinekit repo, and hasn't been merged into any LCNC mainline branch. If someone wants to save that work, best is to pull it out and submit a new PR against LCNC. The EMCApplication repo is a fork of a recent LCNC As for the dgarr/s_kins branch, most likely you could rebase it onto EMCApplication as easily as you could rebase onto LCNC |
Gotcha, I just noticed a vtable include with some extra types defined that conflict during the rebase: https://github.com/machinekit/EMCApplication/blob/machinekit/master/src/emc/kinematics/kinematics.h If those aren't used at all, that should be straight forward to resolve. Thanks! |
Oh yes, I'm sorry, there were just a few small changes to the C code, but one of them was the vtables change, exactly what you've run into. I'm weak on that area of the code, but I remember those changes aren't rocket science. You can get a handle of exactly what's different by looking at PR #4, merged today: |
What is the state of kinematics modules in EMCApplication? It looks like significant effort was put into extracting the trajectory planner and kinematics modules from the motion module in MachineKit. How were these changes merged into EMCApplication (or were they backed out)?
Specifically, I'd like to have a better understanding to be able to experiment with rebasing the dgarr/s_kins branch from LinuxCNC that allows switching kinematics modes from within a G code program.
The text was updated successfully, but these errors were encountered: