Skip to content

Commit

Permalink
updating livox in sensors
Browse files Browse the repository at this point in the history
  • Loading branch information
DanHert committed Nov 14, 2024
1 parent 4460d2e commit 7da773a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch/sensors.launch
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,11 @@

<!-- TF -->
<group if="$(eval arg('UAV_TYPE') == 'x500')">
<node pkg="tf2_ros" type="static_transform_publisher" name="$(arg fcu_frame_slashless)_to_$(arg livox_frame_slashless)" args=" 0.011 0.02329 0.07886 0 0.0 0.0 $(arg fcu_frame) $(arg livox_frame)" />
<node pkg="tf2_ros" type="static_transform_publisher" name="$(arg fcu_frame_slashless)_to_$(arg livox_frame_slashless)" args=" 0.0 0.0 0.09 0 0.0 0.0 $(arg fcu_frame) $(arg livox_frame)" />
</group>

<!-- The node -->
<include file="$(find livox_ros_driver2)/launch/msg_MID360.launch" />
<include file="$(find livox_ros_driver2)/launch/mid360.launch" />

</group>

Expand Down

0 comments on commit 7da773a

Please sign in to comment.