Skip to content

Commit

Permalink
docs(static_obstacle_avoidance): fix wrong flowchart (#7693)
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored Jun 26, 2024
1 parent ec88fc5 commit b67a6c3
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -485,11 +485,6 @@ title Filtering flow for vehicle type objects
start
partition isSatisfiedWithVehicleCodition() {
if(object is force avoidance target ?) then (yes)
#FF006C :return true;
stop
else (\n no)
if(isNeverAvoidanceTarget()) then (yes)
#00FFB1 :return false;
stop
Expand Down Expand Up @@ -537,7 +532,6 @@ endif
endif
endif
endif
endif
#00FFB1 :return false;
stop
}
Expand Down

0 comments on commit b67a6c3

Please sign in to comment.