Fusing absolute pose data
As I understand, in the robot_localization state estimation node, the differential parameter should be set to false if sensor contains absolute pose information. However, in this robot_localization tutorial, in section 2.1.1, it's stated that "If fusing absolute pose data (position or rotation), you will most likely want to set the sensor's differential parameter to true. "
Assuming that absolute position and/or orientation information is coming from only one source, is there any reason that we should set the differential parameter to true?