utm_odometry_node frame convention
Hello,
I'm using the utm_odometry_node to input the position of my robot to another node. If I'm right the convention used in the /odom topic is:
X axis points backwards
Y axis points right
Z axis points up
But I need this to be in standard convention, this is: X forward, Y left, Z up.
Any suggestion on how this can be done is appreciated.
Thanks,