Error in scan matching. ICP failed for some reason. [closed]
Hello
I have a bit problems with the amcl. When Im running the amcl node have problems with the localisation. I got an scan matching error saying:
: before trimming, only 0 correspondences.
icp: ICP failed for some reason. These are the amcl parameters
<
node pkg="amcl" type="amcl" name="amcl" respawn="true" output="screen">
<param name="base_frame_id" value="base_link"/>
<param name="odom_frame_id" value="world"/>
<param name="global_frame_id" value="map"/>
<param name="update_min_d" value="0.2"/>
<param name="update_min_a" value="0.5"/>
<param name="initial_pose_x" value="1.65"/>
<param name="initial_pose_y" value="-1.28"/>
<param name="initial_pose_a" value="-1.65"/>
<param name="min_particles" value="5000"/>
<param name="max_particles" value="8000"/>
<param name="odom_model_type" value="diff"/>
<param name="kld_err" value="0.01"/>
<param name="resample_interval" value="1"/>
<param name="odom_alpha1" value="0.2"/>
<param name="odom_alpha2" value="0.2"/>
<param name="odom_alpha3" value="0.5"/>
<param name="odom_alpha4" value="0.5"/>
<param name="laser_max_beams" value="30"/>
</node>
Any help?
Thanks
did you find any solution to this ?