Fusion of odometry from different sourses
I have three different sensor generating odometry . The three sources are 1. laser 2. Wheel 3. camera i want to fuse these odometry using robot localization package .
Do the fame_id of the all the sources generating odometry be parent odom child base_link or it should be different for different source ( odom_laser-->base_link) ?
Missing details to answer: The point of the whole tf tree is to link the different objects (e.g. sensors) together. One sensor could be e.g. rotated by 90° or placed 1m away. The tf then needs to reflect that.