Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ctu-mrs/mrs_uav_deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
penickar committed Nov 13, 2024
2 parents b2d45f8 + 83ffe72 commit 4460d2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 48 deletions.
2 changes: 1 addition & 1 deletion config/mrs_uav_system/f550.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
motor_params:
n_motors: 4
n_motors: 6
a: 0.77522
b: -1.2348

Expand Down
47 changes: 0 additions & 47 deletions launch/sensors.launch
Original file line number Diff line number Diff line change
Expand Up @@ -1029,53 +1029,6 @@
<include file="$(find mrs_serial)/launch/rtk.launch">
</include>

<arg name="rtk_frame" default="$(arg UAV_NAME)/rtk_antenna" />
<arg name="rtk_frame_slashless" default="rtk_antenna_antenna" />

<!-- TODO(HW guys) pls put correct TF values -->
<group if="$(eval arg('UAV_TYPE') == 'f330')">
<node pkg="tf2_ros" type="static_transform_publisher" name="$(arg fcu_frame_slashless)_to_$(arg rtk_frame_slashless)" args="0.0 0.0 0.20 0 0 0.0 $(arg fcu_frame) $(arg rtk_frame)" />
</group>

<!-- TODO(HW guys) pls put correct TF values -->
<group if="$(eval arg('UAV_TYPE') == 'f450')">
<node pkg="tf2_ros" type="static_transform_publisher" name="$(arg fcu_frame_slashless)_to_$(arg rtk_frame_slashless)" args="0.0 0.0 0.20 0 0 0.0 $(arg fcu_frame) $(arg rtk_frame)" />
</group>

<!-- TODO(HW guys) pls put correct TF values -->
<group if="$(eval arg('UAV_TYPE') == 'f550')">
<node pkg="tf2_ros" type="static_transform_publisher" name="$(arg fcu_frame_slashless)_to_$(arg rtk_frame_slashless)" args="0.0 0.0 0.20 0 0 0.0 $(arg fcu_frame) $(arg rtk_frame)" />
</group>

<!-- TODO(HW guys) pls put correct TF values -->
<group if="$(eval arg('UAV_TYPE') == 'x500')">
<node pkg="tf2_ros" type="static_transform_publisher" name="$(arg fcu_frame_slashless)_to_$(arg rtk_frame_slashless)" args="0.0 0.0 0.20 0 0 0.0 $(arg fcu_frame) $(arg rtk_frame)" />
</group>

<!-- TODO(HW guys) pls put correct TF values -->
<group if="$(eval arg('UAV_TYPE') == 't650')">
<node pkg="tf2_ros" type="static_transform_publisher" name="$(arg fcu_frame_slashless)_to_$(arg rtk_frame_slashless)" args="0.0 0.0 0.20 0 0 0.0 $(arg fcu_frame) $(arg rtk_frame)" />
</group>

<group if="$(eval arg('UAV_TYPE') == 'm690')">
<node pkg="tf2_ros" type="static_transform_publisher" name="$(arg fcu_frame_slashless)_to_$(arg rtk_frame_slashless)" args="0.0 0.0 0.137 0 0 0.0 $(arg fcu_frame) $(arg rtk_frame)" />
</group>

<!-- TODO(HW guys) pls put correct TF values -->
<group if="$(eval arg('UAV_TYPE') == 'naki')">
<node pkg="tf2_ros" type="static_transform_publisher" name="$(arg fcu_frame_slashless)_to_$(arg rtk_frame_slashless)" args="0.0 0.0 0.20 0 0 0.0 $(arg fcu_frame) $(arg rtk_frame)" />
</group>

<!-- TODO(HW guys) pls put correct TF values -->
<group if="$(eval arg('UAV_TYPE') == 'dofec')">
<node pkg="tf2_ros" type="static_transform_publisher" name="$(arg fcu_frame_slashless)_to_$(arg rtk_frame_slashless)" args="0.0 0.0 0.20 0 0 0.0 $(arg fcu_frame) $(arg rtk_frame)" />
</group>

<!-- TODO(HW guys) pls put correct TF values -->
<group if="$(eval arg('UAV_TYPE') == 'eaglemk2')">
<node pkg="tf2_ros" type="static_transform_publisher" name="$(arg fcu_frame_slashless)_to_$(arg rtk_frame_slashless)" args="0.0 0.0 0.20 0 0 0.0 $(arg fcu_frame) $(arg rtk_frame)" />
</group>

</group>
<!--//}-->

Expand Down

0 comments on commit 4460d2e

Please sign in to comment.