File tree 3 files changed +7
-6
lines changed
evaluator/diagnostic_converter
include/diagnostic_converter
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #ifndef CONVERTER_NODE_HPP_
16
- #define CONVERTER_NODE_HPP_
15
+ #ifndef DIAGNOSTIC_CONVERTER__CONVERTER_NODE_HPP_
16
+ #define DIAGNOSTIC_CONVERTER__CONVERTER_NODE_HPP_
17
17
18
18
#include < rclcpp/rclcpp.hpp>
19
19
@@ -63,4 +63,4 @@ class DiagnosticConverter : public rclcpp::Node
63
63
};
64
64
} // namespace diagnostic_converter
65
65
66
- #endif // CONVERTER_NODE_HPP_
66
+ #endif // DIAGNOSTIC_CONVERTER__CONVERTER_NODE_HPP_
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #include " converter_node.hpp"
15
+ #include " diagnostic_converter/ converter_node.hpp"
16
16
17
17
#include < regex>
18
18
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #include " converter_node.hpp"
16
- #include " gtest/gtest.h"
15
+ #include " diagnostic_converter/converter_node.hpp"
17
16
18
17
#include < rclcpp/rclcpp.hpp>
19
18
20
19
#include " diagnostic_msgs/msg/diagnostic_array.hpp"
21
20
#include " tier4_simulation_msgs/msg/user_defined_value.hpp"
22
21
#include " tier4_simulation_msgs/msg/user_defined_value_type.hpp"
23
22
23
+ #include < gtest/gtest.h>
24
+
24
25
#include < memory>
25
26
#include < string>
26
27
#include < unordered_map>
You can’t perform that action at this time.
0 commit comments