RoboMaster/RoboRTS

amcl 接收初始定位信息时的tf变换

sweetquiet opened this issue · 2 comments

您好 链接中odom_frame_是否应该是"/map"呢?

odom_frame_, tx_odom);

I think the tf frames are correct as the parent of the base link frame in the tf tree should indeed be odometry. See here for more details about the design of localization scheme. Especially the figure in section 3.1.6.

@XinZhangk 恩恩 我也发现了ros1 和 ros2 的amcl里初始化里都是odom_frame,因为那时可能还没有global_frame,但是 接下来 odom transform * pose_old 就变成了map下的pose了呢?难道是一个估计吗?