Skip to content

Clarification about benchmark dataset #179

Closed Answered by balakumar-s
viniciusmgn asked this question in Research Q&A
Discussion options

You must be logged in to vote
  1. 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:
    if problem["collision_buffer_ik"] < 0.0:
  2. 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.
  3. We did not use DH parameters for the Franka Panda. We read it from this urdf: https://github.com/NVla…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by balakumar-s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants