Skip to content

Commit 4acb2fc

Browse files
committed
build(control_validator): fix include paths and namespaces for messages
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent 68143ae commit 4acb2fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

control/control_validator/include/control_validator/control_validator.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#define CONTROL_VALIDATOR__CONTROL_VALIDATOR_HPP_
1717

1818
#include "control_validator/debug_marker.hpp"
19-
#include "control_validator/msg/control_validator_status.hpp"
19+
#include "autoware_control_validator/msg/control_validator_status.hpp"
2020
#include "vehicle_info_util/vehicle_info_util.hpp"
2121

2222
#include <diagnostic_updater/diagnostic_updater.hpp>
@@ -33,7 +33,7 @@ namespace control_validator
3333
{
3434
using autoware_auto_planning_msgs::msg::Trajectory;
3535
using autoware_auto_planning_msgs::msg::TrajectoryPoint;
36-
using control_validator::msg::ControlValidatorStatus;
36+
using autoware_control_validator::msg::ControlValidatorStatus;
3737
using diagnostic_updater::DiagnosticStatusWrapper;
3838
using diagnostic_updater::Updater;
3939
using nav_msgs::msg::Odometry;

0 commit comments

Comments
 (0)