How to reset Autoware without closing rviz? #5877
-
Hi team, Thank you for the nice autonomous driving software! I'm currently using Autoware, and I wonder if I can reset Autoware without restarting. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
If you want to keep Rviz running, you can run it separately with this command:
You can then launch Autoware but with the launch option This does require restarting Autoware if you want to "reset" its state, so it does not exactly do what you want. |
Beta Was this translation helpful? Give feedback.
-
hello @Kim-mins
Happy hacking 心刚 |
Beta Was this translation helpful? Give feedback.
If you want to keep Rviz running, you can run it separately with this command:
You can then launch Autoware but with the launch option
rviz:=false
(https://github.com/autowarefoundation/autoware_launch/blob/main/autoware_launch/launch/autoware.launch.xml#L42).This does require restarting Autoware if you want to "reset" its state, so it does not exactly do what you want.
There is no way to nicely reset the state of Autoware, but usually updating the initial and goal poses lets you to drive autonomously again.