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

Missing inertia tag on d46.urdf.xacro #42

Open
chikuta opened this issue Nov 20, 2020 · 0 comments · May be fixed by #43
Open

Missing inertia tag on d46.urdf.xacro #42

chikuta opened this issue Nov 20, 2020 · 0 comments · May be fixed by #43

Comments

@chikuta
Copy link

chikuta commented Nov 20, 2020

Hi, Thank you for your excellent source code.

I found a missing inertial tag on flir_ptu_description.
There is no inertial tag on ${name}_tilted_link as follow link.

<link name="${name}_tilted_link">
<visual>
<material name="ptu_body_color">
<color rgba="0.3 0.3 0.3 1.0" />
</material>
<geometry>
<mesh filename="package://flir_ptu_description/meshes/flir-ptu-camera-mount.stl"/>
</geometry>
</visual>
<collision>
<geometry>
<mesh filename="package://flir_ptu_description/meshes/flir-ptu-camera-mount.stl"/>
</geometry>
</collision>
</link>

If someone use gazebo, this model won't work correctly.

chikuta pushed a commit to chikuta/flir_ptu that referenced this issue Nov 30, 2020
chikuta pushed a commit to chikuta/flir_ptu that referenced this issue Nov 30, 2020
chikuta pushed a commit to chikuta/flir_ptu that referenced this issue Dec 14, 2020
@chikuta chikuta linked a pull request Dec 14, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant