Separate flags for launching rviz and rviz adaptor nodes #2868
Unanswered
akorb
asked this question in
Feature requests
Replies: 1 comment 4 replies
-
Thank you for the comment. I'll move it to autoware_api_launch and add a dedicated launch flag. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since this PR (autowarefoundation/autoware_launch#70), the nodes forwarding the rviz pulibcations of setting the initial pose and goal are only launched if
rviz:=true
. However, we commonly setrviz:=false
, and launch rviz on another machine to set the pose and goal from there. This workflow is not possible anymore after this new change, since the remotely launched rviz will send messages, but they are not forwarded to the new AD API of autoware.As a workaround, we can leave
rviz:=true
and it still works with rviz simply crashing on the local machine, but that doesn't seem like a clean solution to me.Beta Was this translation helpful? Give feedback.
All reactions