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

Supply world frame orientation and heading to IMU sensor #1320

Closed
wants to merge 40 commits into from

Commits on Jan 25, 2022

  1. Added logic to set heading

    Signed-off-by: Aditya <[email protected]>
    adityapande-1995 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    1d40eb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Configuration menu
    Copy the full SHA
    79c146f View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Resolved segfault

    Signed-off-by: Aditya <[email protected]>
    adityapande-1995 committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    ac691ba View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Added integration test

    Signed-off-by: Aditya <[email protected]>
    adityapande-1995 committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    4380847 View commit details
    Browse the repository at this point in the history
  2. Added integration test with heading_deg

    Signed-off-by: Aditya <[email protected]>
    adityapande-1995 committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    80a351c View commit details
    Browse the repository at this point in the history
  3. Fixed a typo

    Signed-off-by: Aditya <[email protected]>
    adityapande-1995 committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    e9c34cf View commit details
    Browse the repository at this point in the history
  4. Integration test for CUSTOM reference frame

    Signed-off-by: Aditya <[email protected]>
    adityapande-1995 committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    9b75db0 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Minor cleanup

    Co-authored-by: Nate Koenig <[email protected]>
    adityapande-1995 and nkoenig authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    df9b26a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    fffd3f3 View commit details
    Browse the repository at this point in the history
  2. Added test case

    Signed-off-by: Aditya <[email protected]>
    adityapande-1995 committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    72af550 View commit details
    Browse the repository at this point in the history
  3. Updated a minor comment

    Signed-off-by: Aditya <[email protected]>
    adityapande-1995 committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    8362ecf View commit details
    Browse the repository at this point in the history
  4. Test checks the covariance matrix

    Signed-off-by: Aditya <[email protected]>
    adityapande-1995 committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    9163fdd View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Clear test msgs before running the server, minor cleanup, remoned hea…

    …ding tag in world file
    
    Signed-off-by: Aditya <[email protected]>
    adityapande-1995 committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    2642391 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8453db0 View commit details
    Browse the repository at this point in the history
  3. Minor cleanup, docstring update

    Signed-off-by: Aditya <[email protected]>
    adityapande-1995 committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    7707c23 View commit details
    Browse the repository at this point in the history
  4. Changed quick return logic in Configure method, check for invalid pub…

    …lisher before publishing msg
    
    Signed-off-by: Aditya <[email protected]>
    adityapande-1995 committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    a2dc446 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. linter fixes

    Signed-off-by: Aditya <[email protected]>
    adityapande-1995 committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    752fdce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7e3d7f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    cc0af8d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Configuration menu
    Copy the full SHA
    f31bf4f View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Orientation is reported wrt relative frame if orientation_ref_frame_t…

    …ag is absent, added test for default behaviour
    
    Signed-off-by: Aditya <[email protected]>
    adityapande-1995 committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    fd20848 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    927e436 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2759a81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65f7129 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    e5974af View commit details
    Browse the repository at this point in the history
  2. Minor refactor

    Signed-off-by: Aditya <[email protected]>
    adityapande-1995 committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    4b0c004 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2ce322 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Merge branch 'ign-gazebo6' into aditya/odom_pub_noise

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    f021816 View commit details
    Browse the repository at this point in the history
  2. Require ign-msgs 8.3

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    1d2033f View commit details
    Browse the repository at this point in the history
  3. Style nits

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    cf78741 View commit details
    Browse the repository at this point in the history
  4. more style

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    17e77b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Bug fix in world file, minor style change

    Signed-off-by: Aditya <[email protected]>
    adityapande-1995 committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    91c10b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf00994 View commit details
    Browse the repository at this point in the history
  3. Fix for bionic

    Signed-off-by: Aditya <[email protected]>
    adityapande-1995 committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    accb096 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    309f116 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af673d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a07eed3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    604e465 View commit details
    Browse the repository at this point in the history
  8. parent_frame set to 'world' in custom_rpy

    Signed-off-by: Aditya <[email protected]>
    adityapande-1995 committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    b49c5c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    9b30abe View commit details
    Browse the repository at this point in the history