File tree 2 files changed +3
-6
lines changed
evaluator/control_evaluator
include/control_evaluator
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
- // Copyright 2021 Tier IV, Inc.
1
+ // Copyright 2024 Tier IV, Inc.
2
2
//
3
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
4
// you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- // Copyright 2021 Tier IV, Inc.
1
+ // Copyright 2024 Tier IV, Inc.
2
2
//
3
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
4
// you may not use this file except in compliance with the License.
14
14
15
15
#include " control_evaluator/control_evaluator_node.hpp"
16
16
17
- #include " boost/lexical_cast.hpp"
18
-
19
17
#include < fstream>
20
18
#include < iostream>
21
19
#include < map>
@@ -50,8 +48,7 @@ DiagnosticStatus controlEvaluatorNode::generateDiagnosticStatus(const bool is_em
50
48
return status;
51
49
}
52
50
53
- void controlEvaluatorNode::onDiagnostics (
54
- [[maybe_unused]] const DiagnosticArray::ConstSharedPtr diag_msg)
51
+ void controlEvaluatorNode::onDiagnostics (const DiagnosticArray::ConstSharedPtr diag_msg)
55
52
{
56
53
const auto start = now ();
57
54
const auto aeb_status =
You can’t perform that action at this time.
0 commit comments