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

openrr-gui: Improvement of joint_position_sender #101

Open
6 of 9 tasks
taiki-e opened this issue Jan 26, 2021 · 2 comments
Open
6 of 9 tasks

openrr-gui: Improvement of joint_position_sender #101

taiki-e opened this issue Jan 26, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@taiki-e
Copy link
Contributor

taiki-e commented Jan 26, 2021

Features

Bugfixes

Resolve TODOs

@taiki-e taiki-e added the enhancement New feature or request label Jan 26, 2021
@taiki-e taiki-e self-assigned this Jan 26, 2021
@OTL
Copy link
Contributor

OTL commented Feb 11, 2021

Request:

Add text box(?) to set the duration. (Currently I ordered to use 100msec)
The unit of time should be f64 sec.

@taiki-e
Copy link
Contributor Author

taiki-e commented Feb 26, 2021

We also need to rethink when to apply the joint position text box updates.
Perhaps it is preferable to request an explicit enter key (using iced::TextInput::on_submit).
Currently, it is updated every time you type a new character. (For example, if you try to type 1.35, joint_position_sender will send 1, 1.3, and 1.35.)

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

2 participants