add a way to visualize plans the same way builtin execute runs#5829
Open
JohnN193 wants to merge 1 commit intoviamrobotics:mainfrom
Open
add a way to visualize plans the same way builtin execute runs#5829JohnN193 wants to merge 1 commit intoviamrobotics:mainfrom
JohnN193 wants to merge 1 commit intoviamrobotics:mainfrom
Conversation
Contributor
Availability
Quality
Performance
The above data was generated by running scenes defined in the
|
Member
|
Good news, maybe, is that if I instead have motion planning return the interpolated trajectory that we collision detect with, those are fine grained enough for the motion service's execution to work without collisions: |
Member
Author
tried plugging this in but it doesn't seem to get used? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
found a test case where depending on the order that the motion gets executed, a collision can occur. was annoying to get to repro on my machine since random orders are random so I updated cmd to visualize it instead
plan-2026-03-06T18:39:40-05:00-ms-3843--goals-1-traj-14-l2-11.38.json
run with --viz-order descending to get the collision to occur. the setup is jank(an arm attached to an arm) but it seemed like the best way to make sure both arms were moving for something else i was testing.
Screencast.from.2026-03-06.14-03-39.mp4