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 GPS/IMU update rates #723

Merged
merged 1 commit into from
Aug 18, 2023
Merged

Fix GPS/IMU update rates #723

merged 1 commit into from
Aug 18, 2023

Conversation

caguero
Copy link
Contributor

@caguero caguero commented Aug 17, 2023

See issue #722 .

How to test it?

Launch the simulation:

ros2 launch vrx_gz competition.launch.py world:=sydney_regatta

And verify the publication rates:

ros2 topic hz /wamv/sensors/gps/gps/fix
ros2 topic hz /wamv/sensors/imu/imu/data

They should be close to 20Hz and 100Hz respectively. Take into account that if the real time factor is lower than 100%, the values reported from topic hz should be proportionally lower.

Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
@M1chaelM M1chaelM self-requested a review August 18, 2023 12:45
Copy link
Collaborator

@M1chaelM M1chaelM left a comment

Choose a reason for hiding this comment

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

I think this means we're going to do a 3.2.2 release. @caguero Do you agree?

@caguero
Copy link
Contributor Author

caguero commented Aug 18, 2023

I think this means we're going to do a 3.2.2 release. @caguero Do you agree?

Indeed, this is an important fix to justify a 3.2.2 release.

@caguero caguero merged commit 3d1ecfc into main Aug 18, 2023
1 check passed
@caguero caguero deleted the caguero/issue_722 branch August 18, 2023 14:04
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.

2 participants