Skip to content

Commit

Permalink
Fixing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorWalter committed Apr 5, 2024
1 parent 9edb18c commit d7f117e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions launch/rw_three_sided.launch
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<arg name="expose_us_right" default="$(optenv BLUEFOX_UV_RIGHT_EXPOSE_US)"/>
<arg name="expose_us_back" default="$(optenv BLUEFOX_UV_BACK_EXPOSE_US)"/>

<arg name="calibrations_folder" default="$(find mrs_uav_general)/config/uvdar_calibrations"/>
<arg name="calibrations_folder" default="$(find mrs_uav_deployment)/config/uvdar_calibrations"/>

<arg name="camera_rate" default="60"/>
<arg name="fps" default="$(arg camera_rate)"/>
Expand Down Expand Up @@ -75,7 +75,7 @@

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

<arg name="output_frame" default="local_origin">
<arg name="output_frame" default="local_origin"/>

<arg name="id1" value="0"/>
<arg name="id2" value="1"/>
Expand Down Expand Up @@ -348,5 +348,4 @@
</node>
</group>


</launch>
2 changes: 2 additions & 0 deletions launch/rw_three_sided_basler.launch
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@

<arg name="blink_throttle_rate" default="10"/>

<arg name="output_frame" default="local_origin"/>

<node
name="uvcam_left_tf_$(arg uav_name)"
pkg="tf2_ros"
Expand Down

0 comments on commit d7f117e

Please sign in to comment.