Skip to content

Change odometry orientation range #108

Open
@BlueAndi

Description

@BlueAndi

The standard convention typically used in ROS (and ROS2) for Euler angles is:

  • Roll: [-π, π] (or -180° to 180°)
  • Pitch: [-π/2, π/2] (or -90° to 90°)
  • Yaw: [-π, π] (or -180° to 180°)

In many conventions used in robotics and computer graphics, including ROS (Robot Operating System), yaw angle rotation is typically defined as positive when turning counterclockwise and negative when turning clockwise.

This convention aligns with the right-hand rule, where positive rotation is in the direction of your curled fingers when your thumb points in the positive axis direction (in this case, the positive Z-axis).

So, to clarify:

Counterclockwise rotation around the Z-axis (yaw) is positive.
Clockwise rotation around the Z-axis (yaw) is negative.

https://www.ros.org/reps/rep-0103.html#rotation-representation

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions