cmd_vel and odometry for different frames?
Hey, I have a car-like robot (a tricycle). Its angular and linear velocities, which are being published to cmd_vel, should be calculated for the center of its rear wheels, where the base_link frame is at. However, it is easiest to calculate the odometry for the front wheel (which is being steered). My question is, can I publish the odometry for the for the front wheel's frame (relative to the odom frame) and publish the joint state, so that the position of the base_link is known, or will it sabotage the functioning of the navigation stack?
Hi Amit,
Did you figure out how to calculate odom for a tricycle?