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

6DoF robot runs incorrectly when subsequent points in time have the same position value #45

Open
akac0297 opened this issue Jun 26, 2024 · 0 comments

Comments

@akac0297
Copy link
Collaborator

akac0297 commented Jun 26, 2024

The 6DoF robot does not operate properly when subsequent points in time have the same position value - the robot seems to take these points as a single time point - likely an issue with inverting matrices when the robot tries to figure out what position to move to next (i.e. issue with calculating relative change in position).

Note that this error and the getInverse error when the 'home' button is initially clicked (#43) is likely related to a recent software update.

Current workaround: process 6DoF motion traces so if subsequent points have the same position, change the second by +0.1 mm or +0.1 degrees. This seems to work fine.

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

No branches or pull requests

1 participant