We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d0796 commit c18c929Copy full SHA for c18c929
script/run-autoware-traffic-light.sh
@@ -18,6 +18,7 @@ LOG_PATH=autoware_log/`date '+%Y-%m-%d_%H:%M:%S'`/
18
mkdir -p ${LOG_PATH}
19
20
# Run the program
21
+# If is_simulation is true, planning behavior will change and doesn't care about the traffic light recognition. So we make it false.
22
parallel --verbose --lb ::: \
23
"ros2 launch autoware_carla_launch autoware_zenoh.launch.xml is_simulation:=false use_traffic_light_recognition:=true \
24
2>&1 | tee ${LOG_PATH}/autoware.log" \
0 commit comments