Skip to content

Commit

Permalink
fix(autonomous_emergency_braking): fix debug marker visual bug (autow…
Browse files Browse the repository at this point in the history
…arefoundation#8611)

fix bug by using the collision data keeper

Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
  • Loading branch information
danielsanchezaran authored and kosuke55 committed Sep 19, 2024
1 parent bd687ac commit 4df7855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions control/autoware_autonomous_emergency_braking/src/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ void AEB::onCheckCollision(DiagnosticStatusWrapper & stat)
addCollisionMarker(data.value(), debug_markers);
}
}

addVirtualStopWallMarker(info_markers);
} else {
const std::string error_msg = "[AEB]: No Collision";
Expand Down

0 comments on commit 4df7855

Please sign in to comment.