Using LOAM to generate Octomap frame_id issue
Hi, I am using LOAM SLAM algorithm to provide tf to octomapserver. Although, if I use the map frameid as suggested it doesn't publish any message. My current launch file is:
<!-- fixed map frame (set to 'map' if SLAM or localization running!) -->
<param name="frame_id" value="camera_init" />
<!-- maximum range to integrate (speedup!) -->
<param name="sensor_model/max_range" value="130.0" />
<param name="latch" value="false" />
<param name="filter_speckles" value="true" />
<param name="pointcloud_min_z" value="-0.6" />
<param name="pointcloud_max_z" value="0.5" />
<param name="occupancy_min_z" value="-0.5" />
<param name="occupancy_max_z" value="2.5" />
<!-- data source to integrate (PointCloud2) -->
<remap from="cloud_in" to="/velodyne_cloud_registered" />
</node>
Can anyone help me? Thanks, Bruno
Asked by Bruno_S on 2018-07-19 10:46:56 UTC
Comments
Hi there, I am also having the same issue, is there a following-up on this question? Thanks :)
Asked by KilamLin3811 on 2022-02-27 02:19:21 UTC