Skip to content

Commit 72f0328

Browse files
committed
feat(behavior_path_planner): use autoware internal stamped messages
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
1 parent 421ec7d commit 72f0328

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: planning/behavior_path_planner/autoware_behavior_path_planner/include/autoware/behavior_path_planner/planner_manager.hpp

+4-2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
#include <pluginlib/class_loader.hpp>
2626
#include <rclcpp/rclcpp.hpp>
2727

28+
#include <autoware_internal_debug_msgs/msg/float64_stamped.hpp>
29+
#include <autoware_internal_debug_msgs/msg/string_stamped.hpp>
2830
#include <tier4_planning_msgs/msg/path_with_lane_id.hpp>
2931

3032
#include <lanelet2_core/primitives/Lanelet.h>
@@ -44,8 +46,8 @@ using tier4_planning_msgs::msg::PathWithLaneId;
4446
using SceneModulePtr = std::shared_ptr<SceneModuleInterface>;
4547
using SceneModuleManagerPtr = std::shared_ptr<SceneModuleManagerInterface>;
4648
using DebugPublisher = autoware::universe_utils::DebugPublisher;
47-
using DebugDoubleMsg = tier4_debug_msgs::msg::Float64Stamped;
48-
using DebugStringMsg = tier4_debug_msgs::msg::StringStamped;
49+
using DebugDoubleMsg = autoware_internal_debug_msgs::msg::Float64Stamped;
50+
using DebugStringMsg = autoware_internal_debug_msgs::msg::StringStamped;
4951

5052
struct SceneModuleUpdateInfo
5153
{

Diff for: planning/behavior_path_planner/autoware_behavior_path_planner/package.xml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<depend>autoware_behavior_path_planner_common</depend>
4141
<depend>autoware_freespace_planning_algorithms</depend>
4242
<depend>autoware_frenet_planner</depend>
43+
<depend>autoware_internal_debug_msgs</depend>
4344
<depend>autoware_interpolation</depend>
4445
<depend>autoware_lane_departure_checker</depend>
4546
<depend>autoware_lanelet2_extension</depend>

0 commit comments

Comments
 (0)