Skip to content

Commit c18c929

Browse files
committed
Add comment in traffic light launch script
1 parent 68d0796 commit c18c929

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/run-autoware-traffic-light.sh

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ LOG_PATH=autoware_log/`date '+%Y-%m-%d_%H:%M:%S'`/
1818
mkdir -p ${LOG_PATH}
1919

2020
# 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.
2122
parallel --verbose --lb ::: \
2223
"ros2 launch autoware_carla_launch autoware_zenoh.launch.xml is_simulation:=false use_traffic_light_recognition:=true \
2324
2>&1 | tee ${LOG_PATH}/autoware.log" \

0 commit comments

Comments
 (0)