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

move in percents should return the commanded position #1

Open
Lemon2311 opened this issue Apr 5, 2024 · 0 comments
Open

move in percents should return the commanded position #1

Lemon2311 opened this issue Apr 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Lemon2311
Copy link
Owner

Lemon2311 commented Apr 5, 2024

Right now the move in percents function can either wait for the movement to complete before continuing with the rest of the code or not, multiple axis linear actuators being able to be used with waiting = True by running them in parallel on different threads, but if somebody wants to use them on the same thread, while making them move at the same time with waiting = False, the function should return the commanded position so that the difference between the instant position and commanded position can be tracked.

@Lemon2311 Lemon2311 added the enhancement New feature or request label Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant