File tree 2 files changed +8
-11
lines changed
perception/crosswalk_traffic_light_estimator
include/crosswalk_traffic_light_estimator
2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Input
10
10
11
- | Name | Type | Description |
12
- | ------------------------------------ | ----------------------------------------------- | ------------------ |
13
- | ` ~/input/vector_map ` | ` autoware_auto_mapping_msgs::msg::HADMapBin ` | vector map |
14
- | ` ~/input/route ` | ` autoware_planning_msgs::msg::LaneletRoute ` | route |
15
- | ` ~/input/classified/traffic_signals ` | ` tier4_perception_msgs ::msg::TrafficLightArray ` | classified signals |
11
+ | Name | Type | Description |
12
+ | ------------------------------------ | --------------------------------------------------- | ------------------ |
13
+ | ` ~/input/vector_map ` | ` autoware_auto_mapping_msgs::msg::HADMapBin ` | vector map |
14
+ | ` ~/input/route ` | ` autoware_planning_msgs::msg::LaneletRoute ` | route |
15
+ | ` ~/input/classified/traffic_signals ` | ` autoware_perception_msgs ::msg::TrafficSignalArray ` | classified signals |
16
16
17
17
### Output
18
18
19
- | Name | Type | Description |
20
- | -------------------------- | ----------------------------------------------- | --------------------------------------------------------- |
21
- | ` ~/output/traffic_signals ` | ` tier4_perception_msgs ::msg::TrafficLightArray ` | output that contains estimated pedestrian traffic signals |
19
+ | Name | Type | Description |
20
+ | -------------------------- | --------------------------------------------------- | --------------------------------------------------------- |
21
+ | ` ~/output/traffic_signals ` | ` autoware_perception_msgs ::msg::TrafficSignalArray ` | output that contains estimated pedestrian traffic signals |
22
22
23
23
## Parameters
24
24
Original file line number Diff line number Diff line change 23
23
#include < autoware_perception_msgs/msg/traffic_signal_array.hpp>
24
24
#include < autoware_planning_msgs/msg/lanelet_route.hpp>
25
25
#include < tier4_debug_msgs/msg/float64_stamped.hpp>
26
- #include < tier4_perception_msgs/msg/traffic_light.hpp>
27
- #include < tier4_perception_msgs/msg/traffic_light_element.hpp>
28
- #include < tier4_perception_msgs/msg/traffic_signal_array.hpp>
29
26
30
27
#include < lanelet2_core/Attribute.h>
31
28
#include < lanelet2_core/LaneletMap.h>
You can’t perform that action at this time.
0 commit comments