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

[SW-893] odometry velocities reported in the wrong frame #416

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

khughes-bdai
Copy link
Collaborator

@khughes-bdai khughes-bdai commented Jun 25, 2024

Change Overview

As brought up in #29, the odometry twist should be reported in the body frame, not the odom frame. This will make the spot driver easier to use with other ROS tools that expect this data to be in this format.

Testing Done (TODO)

  • walk the robot in a straight line from a variety of different heading angles. ensure that the twist component has linear velocity only in the x dimension.
    • tested this on robot. didn't seem to work as i was seeing significant velocity components in both x and y while walking the robot in a straight line. so either I'm not understanding something about how the ExpressVelocityInNewFrame function works (or maybe it just doesn't work) or i have some other random bug.
  • DMM's rtabmap pipeline still works as expected
  • update gtests to account for this new change (they won't pass currently)

Copy link
Collaborator Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @khughes-bdai and the rest of your teammates on Graphite Graphite

@coveralls
Copy link

coveralls commented Jun 25, 2024

Pull Request Test Coverage Report for Build 9664069179

Details

  • 12 of 12 (100.0%) changed or added relevant lines in 1 file are covered.
  • 3 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.06%) to 52.893%

Files with Coverage Reduction New Missed Lines %
spot_driver/src/conversions/robot_state.cpp 3 93.93%
Totals Coverage Status
Change from base Build 9568975144: 0.06%
Covered Lines: 1883
Relevant Lines: 3560

💛 - Coveralls

@coveralls
Copy link

coveralls commented Jun 25, 2024

Pull Request Test Coverage Report for Build 9664577407

Details

  • 13 of 13 (100.0%) changed or added relevant lines in 1 file are covered.
  • 3 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.08%) to 52.906%

Files with Coverage Reduction New Missed Lines %
spot_driver/src/conversions/robot_state.cpp 3 93.95%
Totals Coverage Status
Change from base Build 9568975144: 0.08%
Covered Lines: 1884
Relevant Lines: 3561

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants