Skip to content

Commit

Permalink
chore: add output decision
Browse files Browse the repository at this point in the history
  • Loading branch information
hayato-m126 committed Jul 18, 2024
1 parent d189dcf commit 78cbaf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions log_evaluator/log_evaluator/planning_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ def set_frame(self, msg: DiagnosticArray) -> dict | None: # noqa
"Result": {"Total": self.success_str(), "Frame": frame_success},
"Info": {
"TotalPassed": self.passed,
"Decision": status0.values[0].value,
"LaneInfo": lane_info_tuple,
"KinematicState": kinetic_state_tuple,
},
Expand Down

0 comments on commit 78cbaf7

Please sign in to comment.