Skip to content

Commit

Permalink
updated vio_indoor.launch
Browse files Browse the repository at this point in the history
  • Loading branch information
pritzvac committed Oct 2, 2023
1 parent eb4d87a commit e52b5bc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<!-- args corresponding to environment variables -->
<arg name="UAV_NAME" default="$(env UAV_NAME)" />
<arg name="LOGGER_DEBUG" default="$(optenv LOGGER_DEBUG false)" />
<arg name="RUN_TYPE" default="$(env RUN_TYPE)" />

<!-- other args -->
<arg name="standalone" default="false" />
Expand Down Expand Up @@ -46,7 +45,7 @@

<arg name="standalone" value="$(arg standalone)" />
<arg name="nodelet_manager_name" value="$(arg nodelet_manager_name)" />
<arg name="custom_config" value="$(arg config_octomap)" />
<arg name="custom_config" value="$(arg config_octomap_server)" />
<arg name="debug" value="false" />
<arg name="depth_camera_topic_0_in" value="$(arg depth_camera_topic_0_in)" />
<arg name="depth_camera_topic_0_over_max_range_in" value="$(arg depth_camera_topic_0_over_max_range_in)" />
Expand Down

0 comments on commit e52b5bc

Please sign in to comment.