Landmark updates in robot_localization
I am currently obtaining landmark updates for odometry which are not continuous position data and provide with discrete jumps in the position data. The 'robot_localization
' documentation mentions that the 'navsat_transform_node
' essentially takes in the GPS data and converts it to an odometry message in the 'world frame'.
I have the two following questions with respect to this:
- What is the
'world frame
' for the output odometry in this node? - Will
the landmark updates for state
estimation required to be with
respect to the
odom frame
ormap frame
? (because they are discrete position updates)