[QUESTION] There is a small difference between generated URDF and provided Mujoco XML of OpenArm v1.0 #392
Unanswered
celestialdr4g0n
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I generated a URDF file from these ROS packages
https://github.com/enactic/openarm_ros2.git
https://github.com/enactic/openarm_description.git
Using this command
xacro ./openarm_description/urdf/robot/v10.urdf.xacro arm_type:=v10 bimanual:=true > openarm_bimanual.urdfBellow is the generated URDF
Compared to this mujoco XML file for v1 at https://github.com/enactic/openarm_mujoco,
openarm_left_link8is commented out in the generated URDF. I am using https://github.com/stack-of-tasks/pinocchio as an IK solver and it requires a URDF of the OpenArm.Will the difference have any impact on the result of the IK solver?
Beta Was this translation helpful? Give feedback.
All reactions