We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The bug can be reproduced with this code https://github.com/pollen-robotics/demo_month/blob/main/task1-sdk/box-moving/box_moving.py and the gazebo simulator. It needs to be run 5 to 10 times. Then the issue stays. The issue being that the gripper is closed to soon here (before the movement from one "box" to another).
is_move_playing returns False because the received status is UNKNOWN (
reachy2-sdk/src/reachy2_sdk/reachy_sdk.py
Line 594 in 812bfbf
This status is received from the SDK server here : https://github.com/pollen-robotics/reachy2_sdk_server/blob/a610c73c2d20ac9a9eadfc28fc4ec545cb602af1/reachy_sdk_server/reachy_sdk_server/grpc_server/goto.py#L344
which call the pollen_goto ROS node. @RemiFabre any idea?
The text was updated successfully, but these errors were encountered:
bug #383: remove is_goto_plyaing function
39dfbf3
Merge pull request #418 from pollen-robotics/383-is_move_playing-retu…
e241f33
…rns-false-while-movement-is-not-finished bug #383: remove is_goto_plyaing function
FabienDanieau
RemiFabre
Successfully merging a pull request may close this issue.
The bug can be reproduced with this code https://github.com/pollen-robotics/demo_month/blob/main/task1-sdk/box-moving/box_moving.py and the gazebo simulator. It needs to be run 5 to 10 times. Then the issue stays. The issue being that the gripper is closed to soon here (before the movement from one "box" to another).
is_move_playing returns False because the received status is UNKNOWN (
reachy2-sdk/src/reachy2_sdk/reachy_sdk.py
Line 594 in 812bfbf
This status is received from the SDK server here : https://github.com/pollen-robotics/reachy2_sdk_server/blob/a610c73c2d20ac9a9eadfc28fc4ec545cb602af1/reachy_sdk_server/reachy_sdk_server/grpc_server/goto.py#L344
which call the pollen_goto ROS node. @RemiFabre any idea?
The text was updated successfully, but these errors were encountered: