-
Notifications
You must be signed in to change notification settings - Fork 88
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
Add calibrateInertiaSensor function and add calibration function with dialog #562 #565
Add calibrateInertiaSensor function and add calibration function with dialog #562 #565
Conversation
k-okada
commented
Apr 12, 2015
- [hrpsys_config.py] remove waitInputConfirmWithDisplayCheck(), since waitInputConfirm() in waitInput.py now support non-X environment
- [hrpsys_config.py] previous commit changes waitInputConfirm() behavior, it returns True/False for Ok/Cance, not raise error
- [waitInput.py] if window is not available, ask via screen
- Add calibrateInertiaSensor function and add calibration function with dialog
waitInputConfirmを以下のようにしましたがどうでしょうか?
|
Refer to this link for build results (access rights to CI server needed): |
Refer to this link for build results (access rights to CI server needed): |
…es behavior of waitInputConfirm() which previously raise error on cancel input, but not it returns False
…r, it returns True/False for Ok/Cance, not raise error
…aitInputConfirm() in waitInput.py now support non-X environment
…has been merged
Refer to this link for build results (access rights to CI server needed): |
この挙動に大賛成です. また,waitInput系の関数を
もともとwaitInputConfirmがあるコードなので,これをインタプリタ的につかうユーザも |
…ction Add calibrateInertiaSensor function and add calibration function with dialog #562
メモですが,
はなくなって,waitInputConfirm()を使うようになりました Cc: @eisoku9618 |