Skip to content

Commit

Permalink
build(yabloc_particle_filter): fix include paths for messages
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve committed Jan 24, 2024
1 parent a366c42 commit a7cbe66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "yabloc_common/color.hpp"

#include <rclcpp/rclcpp.hpp>
#include <yabloc_particle_filter/msg/particle_array.hpp>
#include <autoware_yabloc_particle_filter/msg/particle_array.hpp>

#include <sensor_msgs/msg/nav_sat_fix.hpp>
#include <visualization_msgs/msg/marker_array.hpp>
Expand Down

0 comments on commit a7cbe66

Please sign in to comment.