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

urdf collision boxes displacement #12

Closed
drfenixion opened this issue Apr 11, 2024 · 1 comment
Closed

urdf collision boxes displacement #12

drfenixion opened this issue Apr 11, 2024 · 1 comment
Assignees

Comments

@drfenixion
Copy link
Owner

In FreeCAD collisions boxes are ok
freecad_urdf_box_collision_displacement
In Gazebo Fortress 6.16.0 are collision boxes displacement
gazebo_urdf_box_collision_displacement

@drfenixion drfenixion self-assigned this Apr 11, 2024
@drfenixion drfenixion linked a pull request Apr 11, 2024 that will close this issue
@drfenixion
Copy link
Owner Author

drfenixion commented Apr 11, 2024

After reverting old collision code It works correct. Problem was in wrong way of making collisions and changes of collision code.

Rules of making correct collisions:

  1. Collision object must be built from origin object of Visual (or Real) not from link of Visual (or Real) .
  2. Collision object must be wraped by Part and therefore collsion link should targets to Part. Direct linking to collision object lead generating wrong placement of collision.

Checks:
Freecad project with collisions
freecad_with_collision_blocks
Checked correction of collisions in Gazebo. It is correct.
drone_correct_collisions

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