Skip to content

Commit

Permalink
updated launch files
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Aug 7, 2023
1 parent 260cb52 commit 416a577
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions launch/constraint_manager.launch
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<arg name="PROFILER" default="$(optenv PROFILER false)" />
<arg name="UAV_NAME" default="$(optenv UAV_NAME)" />
<arg name="RUN_TYPE" default="$(optenv RUN_TYPE)" />
<arg name="UAV_TYPE" default="$(optenv UAV_TYPE)" />
<arg name="LOGGER_DEBUG" default="$(optenv LOGGER_DEBUG false)" />

<!-- other args -->
Expand Down
1 change: 1 addition & 0 deletions launch/control_manager.launch
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<arg name="RUN_TYPE" default="$(optenv RUN_TYPE)" />
<arg name="PROFILER" default="$(optenv PROFILER false)" />
<arg name="UAV_NAME" default="$(optenv UAV_NAME)" />
<arg name="UAV_TYPE" default="$(optenv UAV_TYPE)" />
<arg name="BODY_DISTURBANCE_X" default="$(optenv INITIAL_DISTURBANCE_X 0.0)" />
<arg name="BODY_DISTURBANCE_Y" default="$(optenv INITIAL_DISTURBANCE_Y 0.0)" />
<arg name="WORLD_FILE" default="$(optenv WORLD_FILE)" />
Expand Down
1 change: 1 addition & 0 deletions launch/estimation_manager.launch
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<arg name="WORLD_FILE" default="$(optenv WORLD_FILE)" />
<arg name="WORLD_NAME" default="$(optenv WORLD_NAME)" />
<arg name="RUN_TYPE" default="$(optenv RUN_TYPE)" />
<arg name="UAV_TYPE" default="$(optenv UAV_TYPE)" />

<arg if="$(eval arg('RUN_TYPE') == 'simulation')" name="simulation" value="true" />
<arg unless="$(eval arg('RUN_TYPE') == 'simulation')" name="simulation" value="false" />
Expand Down
1 change: 1 addition & 0 deletions launch/gain_manager.launch
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<arg name="PROFILER" default="$(optenv PROFILER false)" />
<arg name="UAV_NAME" default="$(optenv UAV_NAME)" />
<arg name="RUN_TYPE" default="$(optenv RUN_TYPE)" />
<arg name="UAV_TYPE" default="$(optenv UAV_TYPE)" />
<arg name="LOGGER_DEBUG" default="$(optenv LOGGER_DEBUG false)" />

<!-- other args -->
Expand Down
1 change: 1 addition & 0 deletions launch/transform_manager.launch
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<arg name="WORLD_FILE" default="$(optenv WORLD_FILE)" />
<arg name="WORLD_NAME" default="$(optenv WORLD_NAME)" />
<arg name="RUN_TYPE" default="$(optenv RUN_TYPE)" />
<arg name="UAV_TYPE" default="$(optenv UAV_TYPE)" />

<arg if="$(eval arg('RUN_TYPE') == 'simulation')" name="simulation" value="true" />
<arg unless="$(eval arg('RUN_TYPE') == 'simulation')" name="simulation" value="false" />
Expand Down
1 change: 1 addition & 0 deletions launch/uav_manager.launch
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<arg name="WORLD_FILE" default="$(optenv WORLD_FILE)" />
<arg name="WORLD_NAME" default="$(optenv WORLD_NAME)" />
<arg name="LOGGER_DEBUG" default="$(optenv LOGGER_DEBUG false)" />
<arg name="UAV_TYPE" default="$(optenv UAV_TYPE)" />

<!-- other args -->
<arg name="standalone" default="true" />
Expand Down

0 comments on commit 416a577

Please sign in to comment.