Skip to content
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

issue of the generation of franka panda urdf model using docker and franka_description on github #6

Open
gordoncooongg opened this issue Sep 16, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@gordoncooongg
Copy link

I tried to use the official discription files on github and docker to generate the urdf for fer (panda robot):
https://github.com/frankaemika/franka_description

I met this error, as shown in the attached picture. Since I never used docker before, I do not know whether my writing format is wrong, or I have made other mistakes, which lead to this error. My aim is to generate the urdf for fer (panda), without end effector. I would like to know what is wrong, or how should I write in order to generate the corresponding urdf?
4119b5d0c4dd769e0f71dc85764e7145c5722916

@AndreasKuhner
Copy link
Contributor

Hey gordoncooongg,
thank you for reporting it. We noted it and will let you know when it is fixed :)

Cheers,
Andreas

@BarisYazici
Copy link
Contributor

BarisYazici commented Sep 27, 2024

@gomezgu do you have any insights?

@BarisYazici BarisYazici added the bug Something isn't working label Sep 27, 2024
@gomezgu
Copy link
Contributor

gomezgu commented Oct 2, 2024

Hello gordoncooongg,

The error is in fer.urdf.xacro:

<xacro:franka_robot arm_id="$(arg arm_id)"
                     joint_limits="${xacro.load_yaml('$(find franka_description)/robots/$(arg arm_id)/joint_limits.yaml')}"
                     inertials="${xacro.load_yaml('$(find franka_description)/robots/$(arg arm_id)/inertials.yaml')}"
                     kinematics="${xacro.load_yaml('$(find franka_description)/robots/$(arg arm_id)/kinematics.yaml')}"
                     dynamics="${xacro.load_yaml('$(find franka_description)/robots/$(arg arm_id)/dynamics.yaml')}"
                     gazebo="$(arg gazebo)"
                     hand="$(arg hand)"
                     ee_id="$(arg ee_id)"
                     with_sc="$(arg with_sc)"
                     ros2_control="$(arg ros2_control)"
                     robot_ip="$(arg robot_ip)"
                     use_fake_hardware="$(arg use_fake_hardware)"
                     fake_sensor_commands="$(arg fake_sensor_commands)"
                     gazebo_effort="$(arg gazebo_effort)">
 </xacro:franka_robot>
</robot>

</xacro:franka_robot> is missing at the end.
We will push the fix in the coming days. In the meanwhile, you can add the line manually.

Best,
Guillermo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants