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

Mesh and object #206

Merged
merged 14 commits into from
Dec 2, 2024
Merged

Mesh and object #206

merged 14 commits into from
Dec 2, 2024

Conversation

AbdelrhmanBassiouny
Copy link
Collaborator

@AbdelrhmanBassiouny AbdelrhmanBassiouny commented Oct 9, 2024

Added some extra functionality to use information from the meshes and adjust the meshes before they are cached if needed.

Added the option of getting the axis_aligned_bounding_box from mesh and link geometry in general instead of only from simulator, this adds more flexibility and does not require the simulator always to provide this functionality.

Also now there is rotated_bounding_box, and convex hull.

Added the option to provide callbacks for object addition and removal to be used by the users if needed.

src/pycram/cache_manager.py Outdated Show resolved Hide resolved
src/pycram/datastructures/dataclasses.py Show resolved Hide resolved
src/pycram/description.py Show resolved Hide resolved
src/pycram/costmaps.py Outdated Show resolved Hide resolved
src/pycram/datastructures/dataclasses.py Outdated Show resolved Hide resolved
src/pycram/datastructures/dataclasses.py Show resolved Hide resolved
src/pycram/datastructures/world.py Show resolved Hide resolved
src/pycram/datastructures/world.py Show resolved Hide resolved
src/pycram/description.py Show resolved Hide resolved
src/pycram/world_concepts/world_object.py Outdated Show resolved Hide resolved
# Conflicts:
#	src/pycram/world_concepts/world_object.py
#	test/test_links.py
@Tigul Tigul merged commit 15dbc91 into cram2:dev Dec 2, 2024
3 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.

3 participants