Skip to content

Commit

Permalink
fix(avoidance): add debug info (#5205)
Browse files Browse the repository at this point in the history
Signed-off-by: Fumiya Watanabe <[email protected]>
  • Loading branch information
rej55 authored Oct 2, 2023
1 parent a6af44e commit ccf9235
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2662,6 +2662,7 @@ void AvoidanceModule::updateDebugMarker(
addObjects(data.other_objects, std::string("OutOfTargetArea"));
addObjects(data.other_objects, std::string("NotNeedAvoidance"));
addObjects(data.other_objects, std::string("LessThanExecutionThreshold"));
addObjects(data.other_objects, std::string("TooNearToGoal"));
}

// shift line pre-process
Expand Down

0 comments on commit ccf9235

Please sign in to comment.