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

[pr2eus] Freeze in :wait-until-update-all-joints in simulation mode #248

Open
pazeshun opened this issue Aug 31, 2016 · 4 comments
Open

Comments

@pazeshun
Copy link
Collaborator

This happened in start-jsk/jsk_apc
I don't know about other repos.

@k-okada
Copy link
Member

k-okada commented Sep 1, 2016

does this happen when you create baxter-interface, just loaded from baxtereus/baxter-interface.l ? @pazeshun

@mmurooka
Copy link
Member

mmurooka commented Sep 1, 2016

It works in my environment.

Please download https://gist.github.com/mmurooka/6906e6997b0be948b58eef35950a2443 , and execute

roscore
roseus test-baxter-interface-wait-until-update-all-joints.l 

My output is following, and it is working correctly.

":wait-until-update is nil"
;; time -> 2.500000e-05[s]
":wait-until-update is t"
;; time -> 3.300000e-05[s]
":wait-until-update is nil"
;; time -> 4.000000e-06[s]
":wait-until-update is t"
;; time -> 2.300000e-05[s]
":wait-until-update is nil"
;; time -> 3.000000e-06[s]
":wait-until-update is t"
;; time -> 2.100000e-05[s]

@pazeshun
Copy link
Collaborator Author

pazeshun commented Sep 1, 2016

does this happen when you create baxter-interface, just loaded from baxtereus/baxter-interface.l ?

Yes.
@mmurooka's test-baxter-interface-wait-until-update-all-joints.l works in my environment like following:

":wait-until-update is nil"
;; time -> 1.400000e-05[s]
":wait-until-update is t"
;; time -> 3.300000e-05[s]
":wait-until-update is nil"
;; time -> 4.000000e-06[s]
":wait-until-update is t"
;; time -> 2.700000e-05[s]
":wait-until-update is nil"
;; time -> 4.000000e-06[s]
":wait-until-update is t"
;; time -> 2.500000e-05[s]

But after that, it never returned when I typed send *ri* :update-robot-state :wait-until-update t to roseus command line:

1.irteusgl$ send *ri* :update-robot-state :wait-until-update t

I don't know the difference.

@k-okada
Copy link
Member

k-okada commented Sep 16, 2016

@pazeshun can you create test code for this?

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

No branches or pull requests

3 participants