We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c8b35 commit 3115bb0Copy full SHA for 3115bb0
planning/behavior_path_lane_change_module/README.md
@@ -297,8 +297,8 @@ if (Perform collision check?) then (<color:green><b>SAFE</b></color>)
297
:Reset unsafe_hysteresis_count_;
298
else (<color:red><b>UNSAFE</b></color>)
299
:Increase unsafe_hysteresis_count_;
300
- if (unsafe_hysteresis_count_ > unsafe_hysteresis_threshold?) then (<color:green><b>SAFE</b></color>)
301
- else (<color:red><b>UNSAFE</b></color>)
+ if (unsafe_hysteresis_count_ > unsafe_hysteresis_threshold?) then (<color:green><b>FALSE</b></color>)
+ else (<color:red><b>TRUE</b></color>)
302
#LightPink:Check abort condition;
303
stop
304
endif
0 commit comments