ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

utm_odometry_node frame convention

asked 2013-10-02 14:23:56 -0500

Pino gravatar image

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,

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-10-02 16:40:31 -0500

Usually GPS receivers do not provide orientation, thus there is no information about where is front of your robot. The coordinate frames you described are both correct right handed frames. The first one is just rotated around Z-coordinate by pi.

If GPS coordinates are augmented with orientation from some other source, then you may need to check the transformation between child_frame_id (usually base_footprint) of utm_odometry_node and base frame of your robot (usually base_link).

Also, note that all coordinate frames in ROS are relative and depend on coordinate frame that you consider as fixed frame.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-10-02 14:23:56 -0500

Seen: 189 times

Last updated: Oct 02 '13