Skip to content

Commit

Permalink
feat: add traffic_light frame_id relay node for awsim (#476)
Browse files Browse the repository at this point in the history
* feat: add traffic_light frame_id relay node for awsim

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

* style(pre-commit): autofix

* fix

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

---------

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Co-authored-by: tkimura4 <tkimura4@users.noreply.github.com>
  • Loading branch information
tkimura4 and tkimura4 authored May 18, 2023
1 parent de2621a commit 87e1549
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions autoware_launch/launch/e2e_simulator.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
<arg name="rviz" default="true" description="launch rviz"/>
<arg name="rviz_config" default="$(find-pkg-share autoware_launch)/rviz/autoware.rviz" description="rviz config"/>

<!-- XX1 Traffic Light frame_id relay for AWSIM-->
<arg name="traffic_light_original_id" default="camera6/camera_optical_link"/>
<arg name="traffic_light_topic_id" default="traffic_light_left_camera/camera_optical_link"/>
<node pkg="tf2_ros" exec="static_transform_publisher" name="traffic_light_transform_publisher" args="--frame-id $(var traffic_light_original_id) --child-frame-id $(var traffic_light_topic_id)"/>

<group scoped="false">
<include file="$(find-pkg-share autoware_launch)/launch/autoware.launch.xml">
<!-- Common -->
Expand Down

0 comments on commit 87e1549

Please sign in to comment.