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

Pointcloud volume #25

Merged
merged 3 commits into from
Nov 21, 2023
Merged

Pointcloud volume #25

merged 3 commits into from
Nov 21, 2023

Conversation

Lexseal
Copy link
Collaborator

@Lexseal Lexseal commented Nov 2, 2023

Fixes #21

The octree used to be destroyed and created on every update_pointcloud call. Now they are persistent.

Also if the radius is non-zero, we add 6 points around each center point to make sure the robot does not come too close to any obstacle.

@Lexseal
Copy link
Collaborator Author

Lexseal commented Nov 2, 2023

Need to merge #23 first since this is based on that

@Lexseal
Copy link
Collaborator Author

Lexseal commented Nov 3, 2023

make the default flag to throw away old point cloud

@Lexseal
Copy link
Collaborator Author

Lexseal commented Nov 10, 2023

Reverted back to the old implementation after testing it works. Kept the documentation

@Lexseal Lexseal linked an issue Nov 10, 2023 that may be closed by this pull request
@Colin97 Colin97 merged commit 500ec8c into main Nov 21, 2023
@Lexseal Lexseal deleted the pointcloud-volume branch January 16, 2024 04:54
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.

avoid extreme trajectories Arm lightly collide with objects with collision avoidance turned on
2 participants