Skip to content

Commit

Permalink
chore(interest_objects_visualization): fix includes and package.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
  • Loading branch information
rej55 committed Nov 21, 2023
1 parent 9e03267 commit 1172566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
#include "interest_objects_marker_interface/marker_utils.hpp"

#include <rclcpp/rclcpp.hpp>
#include <tier4_autoware_utils/geometry/boost_polygon_utils.hpp>
#include <tier4_autoware_utils/ros/marker_helper.hpp>

#include <autoware_auto_perception_msgs/msg/predicted_object.hpp>
#include <geometry_msgs/msg/pose.hpp>
Expand Down
2 changes: 2 additions & 0 deletions planning/interest_objects_marker_interface/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@

<buildtool_depend>ament_cmake_auto</buildtool_depend>

<depend>autoware_auto_perception_msgs</depend>
<depend>geometry_msgs</depend>
<depend>rclcpp</depend>
<depend>std_msgs</depend>
<depend>tier4_autoware_utils</depend>
<depend>visualization_msgs</depend>

Expand Down

0 comments on commit 1172566

Please sign in to comment.