Commit e60c867 1 parent 708fa76 commit e60c867 Copy full SHA for e60c867
File tree 3 files changed +4
-4
lines changed
perception/autoware_map_based_prediction
include/map_based_prediction
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ struct hash<lanelet::routing::LaneletPath>
71
71
} // namespace std
72
72
namespace autoware ::map_based_prediction
73
73
{
74
+ using autoware_internal_debug_msgs::msg::StringStamped;
74
75
using autoware_planning_msgs::msg::TrajectoryPoint;
75
- using tier4_debug_msgs::msg::StringStamped;
76
76
using TrajectoryPoints = std::vector<TrajectoryPoint>;
77
77
78
78
class MapBasedPredictionNode : public rclcpp ::Node
Original file line number Diff line number Diff line change 16
16
<buildtool_depend >ament_cmake</buildtool_depend >
17
17
<buildtool_depend >autoware_cmake</buildtool_depend >
18
18
19
+ <depend >autoware_internal_debug_msgs</depend >
19
20
<depend >autoware_interpolation</depend >
20
21
<depend >autoware_lanelet2_extension</depend >
21
22
<depend >autoware_motion_utils</depend >
27
28
<depend >tf2</depend >
28
29
<depend >tf2_geometry_msgs</depend >
29
30
<depend >tf2_ros</depend >
30
- <depend >tier4_debug_msgs</depend >
31
31
<depend >unique_identifier_msgs</depend >
32
32
<depend >visualization_msgs</depend >
33
33
Original file line number Diff line number Diff line change @@ -670,9 +670,9 @@ void MapBasedPredictionNode::objectsCallback(const TrackedObjects::ConstSharedPt
670
670
if (stop_watch_ptr_) {
671
671
const auto processing_time_ms = stop_watch_ptr_->toc (" processing_time" , true );
672
672
const auto cyclic_time_ms = stop_watch_ptr_->toc (" cyclic_time" , true );
673
- processing_time_publisher_->publish <tier4_debug_msgs ::msg::Float64Stamped>(
673
+ processing_time_publisher_->publish <autoware_internal_debug_msgs ::msg::Float64Stamped>(
674
674
" debug/cyclic_time_ms" , cyclic_time_ms);
675
- processing_time_publisher_->publish <tier4_debug_msgs ::msg::Float64Stamped>(
675
+ processing_time_publisher_->publish <autoware_internal_debug_msgs ::msg::Float64Stamped>(
676
676
" debug/processing_time_ms" , processing_time_ms);
677
677
}
678
678
}
You can’t perform that action at this time.
0 commit comments