-
Notifications
You must be signed in to change notification settings - Fork 0
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
[WIP] Tell getting new goal from cancel #10
Conversation
Tested in HIRONX with rebasing on |
Tested in HRP2JSKNTS |
@k-okada We have been using this without problems in Hiro, and it was also tested in HRP2. Can we merge it? |
could you add test code to catch this? for example send cancel to the
actionlib while monitoring /joint_states and check the velocity.
https://github.com/start-jsk/rtmros_common/blob/master/hrpsys_ros_bridge/test/test-samplerobot.py#L151
--
◉ Kei Okada
2019年9月3日(火) 13:24 Affonso, Guilherme <[email protected]>:
…
@k-okada We have been using this without problems in Hiro, and it was also tested in HRP2. Can we merge it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@k-okada I created start-jsk#1070 to test cancelling and overwriting.
In fact, we cannot get velocity without start-jsk#1069. |
@k-okada I added one commit (8881caa) to this PR because I thought The reason why we couldn't notice it until now is that the wrong part is in fullbody commander of |
@Affonso-Gui I created start-jsk#1071. Please help me to test it next week. |
The contents of this PR were merged to https://github.com/start-jsk/rtmros_common/tree/master via start-jsk#1071 |
Not tested in real robot yet.Not tested in real robot yet.
This PR solves the issue written in start-jsk#765 (comment) (this issue is specific to HIRONX as start-jsk#765 (comment)).
With this PR,
clearOfGroup
orclearJointAnglesOfGroup
is not called when new goal comes, while that is called whencancel
topic comes.Though this PR is not necessary for robots with new hrpsys (e.g., HRP2JSKNTS), this PR makes start-jsk#765 more similar behavior to current master branch (difference appears only when
cancel
topic comes).I think this is more acceptable.