Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/embedded' into integration
Browse files Browse the repository at this point in the history
  • Loading branch information
umroverPerception committed Feb 12, 2024
2 parents 7c4e07b + f7ecc54 commit b801649
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions launch/zed_test.launch
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<launch>
<arg name="run_rviz" default="true" />
<arg name="run_dynamic_reconfigure" default="true" />
<arg name="run_rqt_tf_tree" default="true" />

<arg name="run_tag_detector" default="true" />
<arg name="use_builtin_visual_odom" default="false" />
Expand All @@ -21,11 +22,12 @@
<node pkg="nodelet" type="nodelet" name="nodelet_manager" required="true"
args="manager" output="screen" />

<node name="rqt_tf_tree" pkg="rqt_tf_tree" type="rqt_tf_tree" output="screen" />
<node if="$(arg run_rqt_tf_tree)"
name="rqt_tf_tree" pkg="rqt_tf_tree" type="rqt_tf_tree" output="screen" />

<node if="$(arg run_dynamic_reconfigure)"
name="rqt_reconfigure" pkg="rqt_reconfigure" type="rqt_reconfigure" />

<node pkg="tf" type="static_transform_publisher" name="map_odom_publisher"
args="1 0 0 0 0 0 map odom 100" />
<node pkg="tf" type="static_transform_publisher" name="base_link_publisher"
args="1 0 0 0 0 0 map base_link 100" />
</launch>

0 comments on commit b801649

Please sign in to comment.