diff --git a/ros/open3d_slam_ros/launch/examples/rsl_heap.launch b/ros/open3d_slam_ros/launch/examples/rsl_heap.launch new file mode 100644 index 0000000..ee4479f --- /dev/null +++ b/ros/open3d_slam_ros/launch/examples/rsl_heap.launch @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ros/open3d_slam_ros/param/param_ouster_os0_128.lua b/ros/open3d_slam_ros/param/param_ouster_os0_128.lua index 112f397..f23ef84 100644 --- a/ros/open3d_slam_ros/param/param_ouster_os0_128.lua +++ b/ros/open3d_slam_ros/param/param_ouster_os0_128.lua @@ -6,8 +6,10 @@ params = deepcopy(DEFAULT_PARAMETERS) --ODOMETRY params.odometry.scan_processing.voxel_size = 0.15 params.odometry.scan_processing.downsampling_ratio = 0.5 +params.odometry.is_publish_odometry_msgs = true --MAPPER_LOCALIZER +params.mapper_localizer.is_attempt_loop_closures = false params.mapper_localizer.is_merge_scans_into_map = false params.mapper_localizer.is_build_dense_map = false params.mapper_localizer.is_use_map_initialization = false