Skip to content

Commit

Permalink
Merge branch 'master' of github.com:stereolabs/zed-ros-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzhar committed Sep 20, 2023
2 parents f157f0c + 79c37a8 commit 29d7beb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
-->

<!-- RTABmapviz -->
<node name="rtabmapviz" pkg="rtabmap_ros" type="rtabmapviz" output="screen" args="" launch-prefix="">
<node name="rtabmap_viz" pkg="rtabmap_viz" type="rtabmap_viz" output="screen" args="" launch-prefix="">
<remap from="rgb/image" to="$(arg rgb_topic)"/>
<remap from="depth/image" to="$(arg depth_topic)"/>
<remap from="rgb/camera_info" to="$(arg camera_info_topic)"/>
Expand All @@ -38,7 +38,7 @@


<!-- RTABmap -->
<node name="rtabmap" pkg="rtabmap_ros" type="rtabmap" output="screen" args="$(arg args)" launch-prefix="">
<node name="rtabmap" pkg="rtabmap_slam" type="rtabmap" output="screen" args="$(arg args)" launch-prefix="">
<rosparam command="load" file="$(find zed_rtabmap_example)/params/rtabmap.yaml" />

<remap from="rgb/image" to="$(arg rgb_topic)"/>
Expand Down

0 comments on commit 29d7beb

Please sign in to comment.