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

Machineface jogging only makes sense for cartesian kinematics #235

Open
darenschwenke opened this issue Nov 14, 2017 · 1 comment
Open

Comments

@darenschwenke
Copy link

Machineface jogging looks like it is tied directly to the joints and never operates in World coordinates.
When using alternate kinematics such as lineardeltakins or tripodkins the existing XYZ layout doesn't make sense unless it operates in World coordinates.
I noticed the 'TeleOP mode' checkbox under settings but this did not work.

What I think would make the most sense is this.
If kinematics != trivkins then add the following:
A toggle button for switching between world and joint mode.
World mode continues to use the existing jogging interface.
For joint mode, change the interface so all axis are like the Z axis is now, with just up/down buttons.

@machinekoder
Copy link
Member

That's absolutely correct.

I just have to figure out how teleop mode jogging works - it's completely undocumented and normal jog commands just don't work.

As axis can do that I think the best way to figure this out is to look into the axis code.

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

No branches or pull requests

2 participants