How does AMCL initially estimates the map -> odom transform ?
In my understanding so far, I understand that:
odom -> base_footprint
is determined by the odometry data (Eg: by gazebo)map -> base_footprint
is the one
estimated by: amcl
Based on the above two, even though amcl calculates map -> base_footprint
, it actually publishes map -> odom
.
I wanted to understand how does amcl initially estimate the 'map -> basefootprint' just after getting started ? Do the parameters `initialposex,
initialposeyand
initialpose_a` play a role in this ?
Asked by anmolagarwal on 2022-11-13 06:39:36 UTC
Comments