-
Notifications
You must be signed in to change notification settings - Fork 26
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
what dose "action","effector_translation" and "effector_target_translation" mean? #12
Comments
I have the same question. |
"action" is the relative movement from the current to the target position. It is described as "delta cartesian setpoint", since it's the difference ("delta") from current cartesian setpoint ("effector_translation") to target cartesian setpoint ("effector_target_translation"). We are always and only talking about different (absolute and relative) positions of the end effector here. |
@felixmin Thanks for your answer! |
@HARVEYDOU |
@ZhefeiGong Sorry. I have turned to other work, and this question is still not solved. |
"action": "description": "An action representing a 2D delta cartesian setpoint for the robot."
"effector_translation": "description": "The current end effector translation as a 2D cartesian coordinate."
"effector_target_translation": "description": "The target location for the end effector as a 2D cartesian setpoint."
Hi, thanks for your great job!
The description of the dataset is pretty ambigous for me. What do ”cartesian setpoint for the robot“, "end effector translation " and "location for the end effector " mean? Are they describe the same thing (robot arm end effector)?
Thanks for your attention and I am waiting for your kind response.
The text was updated successfully, but these errors were encountered: