Skip to content

Commit

Permalink
feat(autonomous_emergency_braking): add timekeeper to AEB (autowarefo…
Browse files Browse the repository at this point in the history
…undation#8706)

* add timekeeper to AEB

Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>

* add more info to output

Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>

---------

Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
  • Loading branch information
danielsanchezaran authored and kosuke55 committed Sep 19, 2024
1 parent ccd4141 commit bd687ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion control/autoware_autonomous_emergency_braking/src/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ 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 bd687ac

Please sign in to comment.