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

Added ground plane to URDF for simulators #226

Merged
merged 2 commits into from
Nov 28, 2024

Conversation

VinDp
Copy link
Collaborator

@VinDp VinDp commented Oct 29, 2024

This PR adds a ground plane in the URDF to match the one present in gazebo, avoiding unfeasible planning solutions. It solves #217.

@VinDp VinDp requested a review from fmauch October 29, 2024 11:05
@fmauch fmauch linked an issue Oct 29, 2024 that may be closed by this pull request
@@ -57,6 +57,30 @@
<!-- create link fixed to the "world" -->
<link name="world" />

<link name="ground_plane">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be nice to only add it when using gazebo, as otherwise this isn't necessarily required.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, I will change that 👍

@urfeex urfeex changed the base branch from iron to humble November 14, 2024 13:44
@urfeex
Copy link
Member

urfeex commented Nov 14, 2024

@VinDp Since iron will not be receiving any updates anymore: Could you please make the according change on Humble?

Copy link
Member

@urfeex urfeex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good, thank you @VinDp

@urfeex urfeex merged commit 9c8cb17 into UniversalRobots:humble Nov 28, 2024
6 checks passed
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 this pull request may close these issues.

Add ground plane to URDF when using simulators
3 participants