You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Therefore, as we manage the Autoware project, we utilize specific
21
+
arguments in the launch files.
22
+
ROS 2 offers an argument-overriding feature for these launch files.
23
+
Please refer to [the official ROS 2 launch documentation](https://docs.ros.org/en/humble/Tutorials/Intermediate/Launch/Using-ROS2-Launch-For-Large-Projects.html#parameter-overrides) for further information.
24
+
For instance,
25
+
if we define an argument at the top-level launch,
26
+
it will override the value on lower-level launches.
27
+
28
+
We don't have many modification options here, you can disable vehicle_interface launching.
29
+
For example,
30
+
if you want
31
+
to run robot_state_publisher but not `vehicle_interface` you can run autoware with the following command line arguments:
0 commit comments