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

Odometry velocity in wrong frame #224

Closed
goldbattle opened this issue Feb 6, 2022 · 0 comments · Fixed by #232
Closed

Odometry velocity in wrong frame #224

goldbattle opened this issue Feb 6, 2022 · 0 comments · Fixed by #232
Labels
bug Something isn't working

Comments

@goldbattle
Copy link
Member

Should be in the local "child" frame.
http://docs.ros.org/en/noetic/api/nav_msgs/html/msg/Odometry.html

The twist in this message should be specified in the coordinate frame given by the child_frame_id

Needs to be changed in both visualizers:
https://github.com/rpng/open_vins/blob/master/ov_msckf/src/ros/ROS1Visualizer.cpp#L260-L267

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant