Skip to content

Commit f1b69ca

Browse files
update/fix details
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
1 parent ef8f860 commit f1b69ca

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

evaluator/control_evaluator/include/control_evaluator/control_evaluator_node.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Tier IV, Inc.
1+
// Copyright 2024 Tier IV, Inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

evaluator/control_evaluator/src/control_evaluator_node.cpp

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Tier IV, Inc.
1+
// Copyright 2024 Tier IV, Inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -14,8 +14,6 @@
1414

1515
#include "control_evaluator/control_evaluator_node.hpp"
1616

17-
#include "boost/lexical_cast.hpp"
18-
1917
#include <fstream>
2018
#include <iostream>
2119
#include <map>
@@ -50,8 +48,7 @@ DiagnosticStatus controlEvaluatorNode::generateDiagnosticStatus(const bool is_em
5048
return status;
5149
}
5250

53-
void controlEvaluatorNode::onDiagnostics(
54-
[[maybe_unused]] const DiagnosticArray::ConstSharedPtr diag_msg)
51+
void controlEvaluatorNode::onDiagnostics(const DiagnosticArray::ConstSharedPtr diag_msg)
5552
{
5653
const auto start = now();
5754
const auto aeb_status =

0 commit comments

Comments
 (0)