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

DummyStepperMotor: Report interpolated angle while moving #749

Open
alexdewar opened this issue Dec 18, 2024 · 0 comments
Open

DummyStepperMotor: Report interpolated angle while moving #749

alexdewar opened this issue Dec 18, 2024 · 0 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@alexdewar
Copy link
Collaborator

(This is super-low priority seeing as DummyStepperMotor is purely a developer convenience, but I'm making an issue for it anyway so we can track it.)

Currently while a DummyStepperMotor is moving, it continues to report its old position until the move completes. It would be useful to get an intermediate angle instead (e.g. computed via linear interpolation) so that we can see it updating in the GUI etc. (#748). It's worth noting that the DummyStepperMotor always takes a fixed amount of time to move to any position, so it might also be more realistic to instead have a fixed angular velocity and compute the move duration from this.

@alexdewar alexdewar added enhancement New feature or request wontfix This will not be worked on labels Dec 18, 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 wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant