Clarification about benchmark dataset #179
-
Hello. My question is related to the robometrics dataset in "https://github.com/fishbotics/robometrics". They don't have a discussion there, so I will ask here since it is also closely related to cuRobo. I would like to understand better the structure of the dataset. (1) - What is the meaning of the "collision_buffer_ik" field? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
collision_buffer_ik
is the penetration depth between the robot and the world at the goal pose. We added this field as for a very small number of problems, the goal pose was in collision with the world. This is because of our approximation of the robot with spheres. If this distance is < 0, then we don't benchmark that problem as seen here:curobo/benchmark/curobo_benchmark.py
Line 301 in b481ee2
goal_ik
gives valid joint configurations at the goal pose. We provide this as some planners don't take as input a target Cartesian pose.