Silly odometry question
Hi all,
I wanted to ask - if I publish a twist topic, are the velocities interpreted as intrinsic or extrinsic (by the navigation stack, for example).
I'll elaborate: Lets say i start at zero position with my robot, and turn 45 degrees right. Now I drive it 1 [m/s] forward (just for the sake of calculations). Should I be publishing the intrinsic ("robot coordinates") velocities, meaning Vx=1 and Vy=0, or should I be publishing the extrinsic ("world coordinates") velocities, meaning Vx=Vy=1/sqrt(2) ? I would go for the robot coordinates (saving Vy for holonomic robots), but had to ask for sure....
Many thanks, Steve