Skip to content

Commit

Permalink
Nodelet tlr (autowarefoundation#56)
Browse files Browse the repository at this point in the history
* temporary commit tlr_nodelet

Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>

* compressed to compressed

Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>

* Update traffic_light.launch

Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp>

* fix bug

Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>

* change image_transport to relay

Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>

* fix bug

Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>

* fix bug

Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>

* decompress as rgb8

Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>

* fix bug

Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>

Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com>
  • Loading branch information
2 people authored and 1222-takeshi committed Dec 10, 2021
1 parent 2f51d4f commit 58def96
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions launch/sensing_launch/launch/aip_xx1/camera.launch
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,8 @@
<group ns="traffic_light">

<!-- (usb_cam_node is assumed to have launched on logging PC) -->

<node pkg="image_transport" type="republish" name="image_republish" output="screen"
args="compressed raw">
<remap from="in" to="$(arg camera_type)/image_raw" />
<remap from="out" to="image_raw" />
</node>
<node pkg="topic_tools" type="relay" name="tl_camera_info_relay" args="$(arg camera_type)/camera_info camera_info" />
<node pkg="topic_tools" type="relay" name="tl_compressed_image_relay" args="$(arg camera_type)/image_raw/compressed image_raw/compressed" />
</group>
</group>
</launch>

0 comments on commit 58def96

Please sign in to comment.