How to adjust lidar or motor position?
I have a turtlebot3 - if I adjust the position of the lidar (physically), which file(s) do I need to edit to update the physical location of the lidar with respect to the rest of the robot?
Similarly, if I were to adjust the position of the motors, which files/parameters would need to be updated?
I've also read (somewhere) that small offsets in the Lidar position could lead to bad navigation/amcl behavior - is there a simple recommended process for calibrating that? Or just measure carefully?
There is a file in there somewhere that creates a static transform between the laser_scan frame and the base_link frame, and that transform needs to be adjusted when the laser moves.