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

Reduce service port accessing and remove unnecessary sleep #424

Merged
merged 1 commit into from
Dec 17, 2014

Conversation

snozawa
Copy link
Contributor

@snozawa snozawa commented Dec 16, 2014

hrpsys_configの起動(立ち上げて、findCompなどがおわるまで)を早くしました。

  • findCompの中のserviceアクセスが少し時間がかかる処理ですが、2度よばれてるのを1回ですむはずなのでそうしました。
  • waitForRobotHardwareの中でみつからないときにsleepしていますが、最初の一回は不要なはずなので、最初の一回目ではsleepしないようにしました。
    厳密には挙動がかわることになりますが、普通はその前にwaitFormanagerなどがありwaitが行われているので、実用上かわらないと思います。

よろしくお願いいたします。

fkanehiro added a commit that referenced this pull request Dec 17, 2014
Reduce service port accessing and remove unnecessary sleep
@fkanehiro fkanehiro merged commit a87bfce into fkanehiro:master Dec 17, 2014
@snozawa snozawa deleted the remove_unused_processing branch December 17, 2014 06:27
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

Successfully merging this pull request may close these issues.

2 participants