-
Notifications
You must be signed in to change notification settings - Fork 39
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
setJointAngles moves arms too quick #332
Comments
On simulator, I confirmed that I can replicate the problematic behavior that could lead to the unexpected servo off. The issue occurs after 12 seconds in this video
And I also confirmed that removing the line This tells me that |
It seems this PR contains several different issues,
goes servo off. From fkanehiro/hrpsys-base#519, you have to call Note this only happens on robot which uses hrpsys <= 315.3.0.
This is bug, see start-jsk/rtmros_hironx#505 for workaround and fkanehiro/hrpsys-base#1141 for more comprehensive solution. Until #505 gets merged, you can solve this problem by any of following line
Once you call |
As added in inline doc, this adds a doc for the "do-not-do" pointed out at tork-a/rtmros_nextage#332 (comment). No programmatic effect, so changes to somewhere upstream than Python should be made.
Combined with the discussion in the upstream fkanehiro/hrpsys-base#1148 (in Japanese), You should not mix using This may sound complicated, and it IS too complicated for the api users. We're discussing to come up with simpler, user-friendly description in fkanehiro/hrpsys-base#1148. So the command set in #332 (comment) causes an issue, but the following, which the same user reported offline, works around this issue.
Only difference is this line:
|
Similar to start-jsk/rtmros_hironx#411, a NXO user is experiencing an unexpected servo off issue.
She says servo goes off at this moment.
However, with the following run before
setTargetPose
the issue does not happen.Looking at the robot's/server's side log:
In
ModelLoader.log
, I see some errors at the end, which I have no idea if it's related to this issue.In
rtcd.log
then the issue occurred, lots of limit errors occurred.(Entire rtcd.log BEFORE and AFTER the issue happened.
The text was updated successfully, but these errors were encountered: