Skip to content

Commit

Permalink
refactor(traffic_light_recognition_marker_publisher): prefix package …
Browse files Browse the repository at this point in the history
…and namespace with autoware (#9305)

Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve authored Nov 21, 2024
1 parent 60dbc46 commit 248bba7
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ nav:
- 'tier4_system_rviz_plugin': common/tier4_system_rviz_plugin
- 'tier4_traffic_light_rviz_plugin': common/tier4_traffic_light_rviz_plugin
- 'tier4_vehicle_rviz_plugin': common/tier4_vehicle_rviz_plugin
- 'traffic_light_recognition_marker_publisher': common/traffic_light_recognition_marker_publisher/Readme
- 'autoware_traffic_light_recognition_marker_publisher': common/autoware_traffic_light_recognition_marker_publisher/Readme
- 'Node':
- 'Goal Distance Calculator': common/autoware_goal_distance_calculator/Readme
- 'Path Distance Calculator': common/autoware_path_distance_calculator/Readme
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.14)
project(traffic_light_recognition_marker_publisher)
project(autoware_traffic_light_recognition_marker_publisher)

find_package(autoware_cmake REQUIRED)
autoware_package()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<launch>
<node pkg="traffic_light_recognition_marker_publisher" exec="traffic_light_recognition_marker_publisher_node" name="traffic_light_recognition_marker_publisher">
<node pkg="autoware_traffic_light_recognition_marker_publisher" exec="autoware_traffic_light_recognition_marker_publisher_node" name="traffic_light_recognition_marker_publisher">
<remap from="~/input/lanelet2_map" to="/map/vector_map"/>
<remap from="~/input/traffic_signals" to="/perception/traffic_light_recognition/traffic_signals"/>
<remap from="~/output/marker" to="/perception/traffic_light_recognition/traffic_signals_marker"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>traffic_light_recognition_marker_publisher</name>
<name>autoware_traffic_light_recognition_marker_publisher</name>
<version>0.38.0</version>
<description>The traffic_light_recognition_marker_publisher package</description>
<description>The autoware_traffic_light_recognition_marker_publisher package</description>
<maintainer email="[email protected]">Tomoya Kimura</maintainer>
<maintainer email="[email protected]">Takeshi Miura</maintainer>
<maintainer email="[email protected]">Shumpei Wakabayashi</maintainer>
Expand Down

0 comments on commit 248bba7

Please sign in to comment.