Skip to content

Commit

Permalink
feat(autoware_crosswalk_traffic_light_estimator)!: tier4_debug_msgs c…
Browse files Browse the repository at this point in the history
…hanges to autoware_internal_debug_msgs in autoware_crosswalk_traffic_light_estimator (#9870)

Signed-off-by: vish0012 <[email protected]>
  • Loading branch information
vish0012 authored Jan 22, 2025
1 parent 56f29fe commit 58d303c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ This module works without `~/input/route`, but its behavior is outputting the su

### Output

| Name | Type | Description |
| -------------------------- | ----------------------------------------------------- | --------------------------------------------------------- |
| `~/output/traffic_signals` | autoware_perception_msgs::msg::TrafficLightGroupArray | output that contains estimated pedestrian traffic signals |
| Name | Type | Description |
| ---------------------------- | ----------------------------------------------------- | --------------------------------------------------------- |
| `~/output/traffic_signals` | autoware_perception_msgs::msg::TrafficLightGroupArray | output that contains estimated pedestrian traffic signals |
| `~/debug/processing_time_ms` | autoware_internal_debug_msgs::msg::Float64Stamped | pipeline latency time (ms) |

## Parameters

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
#include <autoware/universe_utils/system/stop_watch.hpp>
#include <rclcpp/rclcpp.hpp>

#include <autoware_internal_debug_msgs/msg/float64_stamped.hpp>
#include <autoware_map_msgs/msg/lanelet_map_bin.hpp>
#include <autoware_perception_msgs/msg/traffic_light_group_array.hpp>
#include <autoware_planning_msgs/msg/lanelet_route.hpp>
#include <tier4_debug_msgs/msg/float64_stamped.hpp>

#include <lanelet2_core/Attribute.h>
#include <lanelet2_core/LaneletMap.h>
Expand All @@ -41,9 +41,9 @@ namespace autoware::crosswalk_traffic_light_estimator

using autoware::universe_utils::DebugPublisher;
using autoware::universe_utils::StopWatch;
using autoware_internal_debug_msgs::msg::Float64Stamped;
using autoware_map_msgs::msg::LaneletMapBin;
using autoware_planning_msgs::msg::LaneletRoute;
using tier4_debug_msgs::msg::Float64Stamped;
using TrafficSignal = autoware_perception_msgs::msg::TrafficLightGroup;
using TrafficSignalArray = autoware_perception_msgs::msg::TrafficLightGroupArray;
using TrafficSignalElement = autoware_perception_msgs::msg::TrafficLightElement;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>
<buildtool_depend>autoware_cmake</buildtool_depend>

<depend>autoware_internal_debug_msgs</depend>
<depend>autoware_lanelet2_extension</depend>
<depend>autoware_map_msgs</depend>
<depend>autoware_perception_msgs</depend>
Expand Down

0 comments on commit 58d303c

Please sign in to comment.