Skip to content

Commit

Permalink
fix: fix include path for control.hpp
Browse files Browse the repository at this point in the history
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
  • Loading branch information
mitsudome-r committed Dec 12, 2024
1 parent 52fbd22 commit 7dfb09a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include <rclcpp/qos.hpp>

#include <autoware_control_msgs/msg/Control.hpp>
#include <autoware_control_msgs/msg/control.hpp>

namespace autoware::core_component_interface_specs::control
{
Expand Down

0 comments on commit 7dfb09a

Please sign in to comment.