Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Measure IMU orientation with respect to the world (noetic) #1057

Merged
merged 2 commits into from
Mar 25, 2020

Commits on Mar 11, 2020

  1. Measure IMU orientation with respect to world (ros-simulation#1051)

    Report the IMU orientation from the sensor plugin with respect to the world frame.
    This complies with convention documented in REP 145: https://www.ros.org/reps/rep-0145.html
    
    In order to not break existing behavior, users should opt-in by adding a new SDF tag.
    
    Signed-off-by: Jacob Perron <jacob@openrobotics.org>
    jacobperron authored and scpeters committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    55f14d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. IMU sensor: comply with REP 145 by default

    Change default value of initialOrientationAsReference to false
    and print deprecation warning if user explicitly sets it to true.
    scpeters committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    c00f2a6 View commit details
    Browse the repository at this point in the history