language-table icon indicating copy to clipboard operation
language-table copied to clipboard

what dose "action","effector_translation" and "effector_target_translation" mean?

Open oym1994 opened this issue 1 year ago • 5 comments

"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.

oym1994 avatar Apr 04 '23 07:04 oym1994

I have the same question.

HARVEYDOU avatar May 04 '23 05:05 HARVEYDOU

"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 avatar Jul 24 '23 08:07 felixmin

"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! But in the datasets, the "action" are not the difference between "effector_translation" and "effector_target_translation". and why the "effector_target_translation" in time_0 is not the same as "effector_translation" in time_1 as shown below: 1692158440333 In each line, the two-dimensional vectors are respectively "action", "effector_translation" and "effector_target_translation". Thanks for your attention and I am waiting for your kind response too.

HARVEYDOU avatar Aug 16 '23 04:08 HARVEYDOU

@HARVEYDOU Hi, I have the same question with you. Have you solved the problem? If so, could you please share the answer of it. Thanks a lot.

ZhefeiGong avatar Nov 30 '23 18:11 ZhefeiGong

@ZhefeiGong Sorry. I have turned to other work, and this question is still not solved.

HARVEYDOU avatar Dec 06 '23 12:12 HARVEYDOU