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

Add option to continuously transform visuals in odometry plugin #1686

Open
wants to merge 3 commits into
base: noetic-devel
Choose a base branch
from

Commits on Dec 15, 2021

  1. odometry_display: add option to continuously transform the visuals w.…

    …r.t. fixed frame
    
    This option is particularly useful for messages, whose frame is moving w.r.t. fixed frame.
    AndreasR30 committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    5fb377b View commit details
    Browse the repository at this point in the history
  2. odometry_display: add test script and rviz config to verify correct b…

    …ehavior of "continuous transform" option
    AndreasR30 committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    36f21b1 View commit details
    Browse the repository at this point in the history
  3. odometry_display: introduce ref pose to handle very large positional …

    …values in odometry message without getting numerical issues
    
    These large positional values can occur when the odometry message comes from a GNSS receiver where GPS positions are converted into UTM coordinates.
    AndreasR30 committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    314c506 View commit details
    Browse the repository at this point in the history