Skip to content

Commit e994638

Browse files
committed
fix(crosswalk_traffic_light_estimator): remove unused include, readme
Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
1 parent a1a7475 commit e994638

File tree

2 files changed

+8
-11
lines changed
  • perception/crosswalk_traffic_light_estimator

2 files changed

+8
-11
lines changed

perception/crosswalk_traffic_light_estimator/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88

99
### Input
1010

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 |
1616

1717
### Output
1818

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 |
2222

2323
## Parameters
2424

perception/crosswalk_traffic_light_estimator/include/crosswalk_traffic_light_estimator/node.hpp

-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
#include <autoware_perception_msgs/msg/traffic_signal_array.hpp>
2424
#include <autoware_planning_msgs/msg/lanelet_route.hpp>
2525
#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>
2926

3027
#include <lanelet2_core/Attribute.h>
3128
#include <lanelet2_core/LaneletMap.h>

0 commit comments

Comments
 (0)