Replies: 1 comment
-
I only know a way to "restarting" single node or node container). Restarting all nodes would require restarting the entire system. To easily restart a node you can add a launch prefix to the target node or node_container. XML launch file (EXAMPLE) launch-prefix="konsole -e gdb -ex run --args" Python launch file (EXAMPLE) prefix="konsole -e gdb -ex run --args" (I recommend
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! Launching the entire Autoware system takes a significant amount of time due to the high number of launch files and nodes. Is there a way to reset Autoware back to its initial state at runtime without restarting the entire system? I can reset the AWSIM easily and make the car return to its initial position without restarting the AWSIM process.
Beta Was this translation helpful? Give feedback.
All reactions