Skip to content

Commit

Permalink
add option in camera.launch to use unity editor
Browse files Browse the repository at this point in the history
  • Loading branch information
negre committed Nov 25, 2020
1 parent 408bd15 commit 27df4ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flightros/launch/camera/camera.launch
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<launch>
<arg name="debug" default="0" />

<arg name="use_unity_editor" default="false" />

<!-- RPG Flightmare Unity Render. -->
<node pkg="flightrender" type="RPG_Flightmare.x86_64" name="rpg_flightmare_render" >
<node pkg="flightrender" type="RPG_Flightmare.x86_64" name="rpg_flightmare_render" unless="$(arg use_unity_editor)">
</node>

<node name="camera" pkg="flightros" type="camera" output="screen" launch-prefix="gdb -ex run --args" if="$(arg debug)" >
Expand Down

0 comments on commit 27df4ef

Please sign in to comment.