Skip to content

Commit

Permalink
Merge branch '1121-detection_area_module_debug_markers_no_obstacles_n…
Browse files Browse the repository at this point in the history
…ew' of https://github.com/sujithvemi/autoware.universe into 1121-detection_area_module_debug_markers_no_obstacles_new
  • Loading branch information
sujithvemi committed Dec 12, 2022
2 parents d50711b + 417bfe9 commit c411d37
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
#include <utilization/util.hpp>

#ifdef ROS_DISTRO_GALACTIC
#include <std_msgs/color_rgba.h>
#include <tf2_geometry_msgs/tf2_geometry_msgs.h>
#include <std_msgs/color_rgba.h>
#else
#include <std_msgs/color_rgba.hpp>
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
#include <std_msgs/color_rgba.hpp>
#endif
Expand All @@ -29,6 +31,7 @@

namespace behavior_velocity_planner
{
using std_msgs::msg::ColorRGBA;
using tier4_autoware_utils::appendMarkerArray;
using tier4_autoware_utils::createDefaultMarker;
using tier4_autoware_utils::createMarkerColor;
Expand Down

0 comments on commit c411d37

Please sign in to comment.