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

Fix wrong twist in odometry messages #284

Merged
merged 2 commits into from
Jul 16, 2022
Merged

Fix wrong twist in odometry messages #284

merged 2 commits into from
Jul 16, 2022

Conversation

mateusz-lichota
Copy link
Contributor

As discussed in #283

@mateusz-lichota
Copy link
Contributor Author

@wouter-heerwegh care to take a look at the changes?

Copy link
Member

@wouter-heerwegh wouter-heerwegh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I didn't know you couldn't see my review.

ros2/src/fsds_ros2_bridge/src/airsim_ros_wrapper.cpp Outdated Show resolved Hide resolved
@mateusz-lichota
Copy link
Contributor Author

Hey @wouter-heerwegh, I've implemented the computation for sideways velocity using the yaw angle to compute it from map frame velocities. However, transforming the angular velocities is quite difficult, and I think is not necessary, because when the car rolls and pitches what matters to people is the actual roll and pitch, and very rarely the roll rate or pitch rate. I honestly can't think of any practical use for those values, but if any is found someone more experienced than me can write the appropriate transformation code.

Copy link
Member

@wouter-heerwegh wouter-heerwegh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you very much!

@wouter-heerwegh wouter-heerwegh merged commit cccd6dc into FS-Driverless:master Jul 16, 2022
@mateusz-lichota mateusz-lichota deleted the fixing_odometry_frame branch July 20, 2022 15:30
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