Skip to content

Commit

Permalink
feat: add respawn setting (autowarefoundation#590)
Browse files Browse the repository at this point in the history
* feat: add respawn setting

Signed-off-by: 1222-takeshi <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: 1222-takeshi <[email protected]>
Co-authored-by: 1222-takeshi <[email protected]>
  • Loading branch information
1222-takeshi and 1222-takeshi committed Aug 5, 2023
1 parent d52b3d6 commit 754f95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoware_launch/launch/autoware.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,6 @@

<!-- Tools -->
<group>
<node pkg="rviz2" exec="rviz2" name="rviz2" output="screen" args="-d $(var rviz_config) -s $(find-pkg-share autoware_launch)/rviz/image/autoware.png" if="$(var rviz)"/>
<node pkg="rviz2" exec="rviz2" name="rviz2" output="screen" args="-d $(var rviz_config) -s $(find-pkg-share autoware_launch)/rviz/image/autoware.png" if="$(var rviz)" respawn="true"/>
</group>
</launch>

0 comments on commit 754f95d

Please sign in to comment.