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

[wip] Fix duplicate scenes in Solution.msg in forward planning #639

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

captain-yoshi
Copy link
Contributor

@captain-yoshi captain-yoshi commented Dec 14, 2024

Fixes #638.

I'm not sure if this has other implications.


EDIT

That's a cheap (in terms of lines of code) solution indeed. 👍 It is quite costly with meshes in the scene

Actually that is currently my problem as I have multiple meshes. While it adds only 17ms, this will be passed to the controller which will add more CPU time. And finally, I recompute the PlanningScene object from the msg, in a queue, to be able to set the planning scene (FixedState stage) for subsequent MTC Tasks. Without this fix I loose 3 seconds from applying the scene msg diff that is already up to date.

@captain-yoshi captain-yoshi changed the title Fix duplicate scenes in Solution.msg [wip] Fix duplicate scenes in Solution.msg in forward planning Dec 16, 2024
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.

Duplicate planning scene msgs in solution
1 participant