amcl

amcl marks
主要使用的算法
- sample_motion_model_odometry,
- beam_range_finder_model,
- likelihood_field_range_finder_model,
- Augmented_MCL,
- KLD_Sampling_MCL

参数默认值含义
overall
global_localizationstd_srvs/Empty服务请求全局定位, 所有粒子均匀分布洒在free区域
request_nomotion_updatestd_srvs/Empty无运动更新 , 一个flag, 应该是更新一次
min_particles100最少粒子, 用在何处?
max_particles5000最多粒子, 默认例子数就是最大数量
kld_err0.01Maximum error between the true distribution and the estimated distribution
kld_z0.99Upper standard normal quantile for (1 - p), where p is the probability that the error on the estimated distrubition will be less than kld_err
update_min_d0.1Translational movement required before performing a filter update
update_min_aπ/6.0 radiansRotational movement required before performing a filter update.
太大了不好, 0.2
resample_interval2Number of filter updates required before resampling.
recovery_alpha_slow0.0 (disable)Exponential decay rate for the slow average weight filter, used in deciding when to recover by adding random poses. A good value might be 0.001.
recovery_alpha_fast0.0(disable)Exponential decay rate for the fast average weight filter, used in deciding when to recover by adding random poses. A good value might be 0.1
selective_resamplingfalseWhen set to true, will reduce the resampling rate when not needed and help avoid particle deprivation. The resampling will only happen if the effective number of particles (N_eff = 1/(sum(k_i^2))) is lower than half the current number of particles. Reference: Grisetti, Giorgio, Cyrill Stachniss, and Wolfram Burgard. “Improved techniques for grid mapping with rao-blackwellized particle filters.” IEEE transactions on Robotics 23.1 (2007): 34.
laser_modellikelihood_field现在好像都是用的是波束似然模型
laser_min_range-1Minimum scan range to be considered; -1.0 will cause the laser’s reported minimum range to be used.
laser_max_range-1Maximum scan range to be considered; -1.0 will cause the laser’s reported maximum range to be used.
三角测距型最大距离最好使用稍小点值
laser_max_beams30How many evenly-spaced beams in each scan to be used when updating the filter. 均匀间隔 采30束
laser_z_hit0.95Mixture weight for the z_hit part of the model.
laser_z_short0.1Mixture weight for the z_short part of the model.
laser_z_max0.05Mixture weight for the z_max part of the model.
laser_z_rand0.05Mixture weight for the z_rand part of the model.
laser_sigma_hit0.2Standard deviation for Gaussian model used in z_hit part of the model.
laser_lambda_short0.1Exponential decay parameter for z_short part of model.
laser_likelihood_max_dist2.0Maximum distance to do obstacle inflation on map, for use in likelihood_field model.
laser_model_typelikelihood_fieldWhich model to use, either beam, likelihood_field, or likelihood_field_prob (same as likelihood_field but incorporates the beamskip feature, if enabled).
Odometry_model
odom_model_typediffwe use the sample_motion_model_odometry algorithm from Probabilistic Robotics, p136; this model uses the noise parameters odom_alpha1 through odom_alpha4, as defined in the book.
omniwe use a custom model for an omni-directional base, which uses odom_alpha1 through odom_alpha5. The meaning of the first four parameters is similar to that for the “diff” model. The fifth parameter capture the tendency of the robot to translate (without rotating) perpendicular to the observed direction of travel
odom_alpha10.2Specifies the expected noise in odometry’s rotation estimate from the rotational component of the robot’s motion.
odom_alpha20.2Specifies the expected noise in odometry’s rotation estimate from translational component of the robot’s motion.
odom_alpha30.2Specifies the expected noise in odometry’s translation estimate from the translational component of the robot’s motion.
odom_alpha40.2Specifies the expected noise in odometry’s translation estimate from the rotational component of the robot’s motion.
odom_alpha50.2Translation-related noise parameter (only used if model is “omni”).

注意点
diff 模型, 需要odom_alpha1 ~ odom_alpha4, 数量级0.1
diff-correct 模型, 需要 odom_alpha1 ~ odom_alpha, 数量级< 0.1, diff/diff-correct 模型 与odom_alpha5 无关
omni/omni-correct 使用odom_alpha1 ~ odom_alpha5 数据

laser_z_hit/laser_z_rand 两个加起来应该是1.0, 波束模型需要考虑其他几个, 但是似然模型只用了这两个, 0.95/0.05

SnapMapICP
深入AMCL1/2/3
深入AMCL4
RobotNik/mcl3d/icp_pose_corrector

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值