-
Notifications
You must be signed in to change notification settings - Fork 52
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
Joint trajectory is executed immediately even if its time stamp is in future #1048
Comments
HrpsysSeqStateROSBridge ignores start-time. |
Is there any reason for this? |
I found this solution is harmful because |
Do you think you can add a countdown feature somewhere?
2018年7月10日(火) 13:09 Shun Hasegawa <[email protected]>:
… the simplest solution is to add sleep in action client callback when
start-time is enabled
I found this solution is harmful because joint_states stops while
sleeping...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1048 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAXmlXle8pXdA5MtZmPYEdE58Cu-O4NOks5uFCj_gaJpZM4VHflf>
.
|
Maybe countdown feature can be added to execution loop. |
That would be the best place to put it.
2018年7月10日(火) 18:02 Shun Hasegawa <[email protected]>:
… Do you think you can add a countdown feature somewhere?
Maybe countdown feature can be added to execution loop.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1048 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAXmlUFs0RjAyN4JX42U7JWDsJLJ_Nzbks5uFG2OgaJpZM4VHflf>
.
|
(send *ri* :angle-vector (send *robot* :angle-vector) 1000 nil 10)
immediately starts and completes in 1 sec, but it's wrong behaviour.angle-vector execution should start at 10 secs after commanding because
start-time
is set as 10 secs.The text was updated successfully, but these errors were encountered: