Skip to content

Commit

Permalink
add additional argument to change point cloud topic
Browse files Browse the repository at this point in the history
  • Loading branch information
nubertj committed Jun 27, 2024
1 parent e8f9721 commit 852d694
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions smb_msf_graph/launch/smb_msf_graph_o3d_replay.launch
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<arg name="imu_topic_name" default="/imu" />
<arg name="lidar_odometry_topic_name" default="/mapping/scan2map_odometry"/>
<arg name="launch_o3d_slam" default="true"/>
<arg name="cloud_topic" default="/rslidar/points"/>

<!-- Config Files -->
<arg name="core_graph_param_file" default="$(find smb_estimator_graph)/config/core/core_graph_params.yaml"/>
Expand All @@ -30,6 +31,7 @@
<!-- Launch Open3D SLAM -->
<include file="$(find smb_slam)/launch/online_slam.launch" if="$(arg launch_o3d_slam)">
<arg name="use_sim_time" value="$(arg use_sim_time)" />
<arg name="cloud_topic" value="$(arg cloud_topic)" />
</include>

</launch>

0 comments on commit 852d694

Please sign in to comment.