Several things on the laser_scan_matcher package tutorial
I was referring to a tutorial pertaining to laser_scan_matcher package. Thanks a lot for such a decent tutorial. Nevertheless, I have several questions regarding this package and the related written tutorial. They are as follow:
- It publishes pose2D topic which comprises of position(x, y) and orientation(theta). Are those position and orientation values cumulative or relative?
- Can the theta value be used without /imu and /odom? I actually got the theta values without /imu and /odom, are these values valid? I'm asking this because there is something written in the tutorial "Imu messages, used for theta prediction. Only used if use_imu is set to true.", so, I'm afraid that the valid theta values can only be obtained/valid when Imu messages is used.
- In the tutorial, "Required tf Transforms:base_link → laser". How do I implement this? Is it right/sufficient as what I did in the launch file here.
Hope somebody or the author can give me some insights on this..