[RSDK-13506] Round trip tool for trajectory generation#191
Merged
acmorrow merged 6 commits intoviam-modules:mainfrom Mar 13, 2026
Merged
Conversation
npmenard
reviewed
Mar 13, 2026
| } | ||
|
|
||
| Json::Value root; | ||
| root["schema_version"] = 1; |
Contributor
Author
There was a problem hiding this comment.
Mr. Claude - he was most insistent on the need for this.
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.
This looks way worse than it is, but it gives us a round trip tool for trajectory generation: the planner now emits a standard format for failed trajectories, and there is a simple command line tool that can load that and replay the trajectory generation into our visualizer format. You can run like this:
And get the phase plot immediately.
In large part, there was a lot of code motion here, because I'm also prepping for two things:
We aren't quite ready for 2, because we still have some failing trajectories. This tool will let us make short work (hopefully!) of those failures.