Visualize relative transforms for isolated movements - #520
Visualize relative transforms for isolated movements #520suchkristenwow wants to merge 1 commit into
Conversation
03b4d49 to
929f95f
Compare
929f95f to
f5a975c
Compare
|
Rebased to pick up CI fix. |
|
[written by AI] Stale PR sweep. Opened 2026-02-25, last commit 2026-03-05. We are cleaning up open PRs older than three months. State: all 30 files are absent from Recommendation: close. Behaviors this generic belong in
|
This PR makes 2 new exciting objectives:
Visualize Quest Transform: shows basically what the transformed controller pose will look like
Transform Quest Frame: which is a subtree you need inside visualize quest transform
There are some important new custom behaviors we use in here, like GetOdomInstance which just listens to the desired topic and exits successfully after receiving a single odom message on that topic (making it accessible on the blackboard) instead of GetOdom which runs forever, and convert odom to pose stamped is also important.