Skip to content

Commit

Permalink
adding garmin TF for F330
Browse files Browse the repository at this point in the history
  • Loading branch information
DanHert committed Oct 15, 2024
1 parent 99a25a2 commit 84063ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions launch/sensors.launch
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@
<node pkg="tf2_ros" type="static_transform_publisher" name="$(arg fcu_frame_slashless)_to_$(arg garmin_frame_slashless)" args="0.0 0.1 -0.03 0 1.57079632679 0.0 $(arg fcu_frame) $(arg garmin_frame)" />
</group>

<group if="$(eval arg('UAV_TYPE') == 'f330')">
<node pkg="tf2_ros" type="static_transform_publisher" name="$(arg fcu_frame_slashless)_to_$(arg garmin_frame_slashless)" args="0.0 -0.1 -0.05 0 1.57079632679 0.0 $(arg fcu_frame) $(arg garmin_frame)" />
</group>

<group if="$(eval arg('UAV_TYPE') == 'f450')">
<node pkg="tf2_ros" type="static_transform_publisher" name="$(arg fcu_frame_slashless)_to_$(arg garmin_frame_slashless)" args="0.0 0.1 -0.03 0 1.57079632679 0.0 $(arg fcu_frame) $(arg garmin_frame)" />
</group>
Expand Down

0 comments on commit 84063ae

Please sign in to comment.