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

Position message frequency not set #30

Closed
richibrics opened this issue Jun 1, 2024 · 1 comment
Closed

Position message frequency not set #30

richibrics opened this issue Jun 1, 2024 · 1 comment

Comments

@richibrics
Copy link

richibrics commented Jun 1, 2024

Hi, I'm experiencing a problem with an Ellipse-D: its position is always published at 4Hz both on "/imu/nav_sat_fix" and "sbg/gps_pos".
I want it to publish at 100Hz so I set log_gps1_pos = 2 in the configurations.
The node is set to work at 400Hz and confWithRos is True.

Any suggestion ? Thanks

edit: may this issue be related to #27 ?

@rsiryani
Copy link
Contributor

rsiryani commented Jun 3, 2024

Hello,
You are looking at the GNSS only logs (PVT Position Velocity Time) from the GNSS itself.
The internal ELLIPSE-D GNSS is producing data at 5 Hz so you should get 5 Hz data.

If you are looking for 100 Hz for instance, you have to use the position computed by the INS (ie GNSS data fused with accelerations & rotation rates). In this case, configure your device correctly and use /sbg/ekf_nav or /imu/pos_ecef.

Hope it answers your question.

Regards,

@rsiryani rsiryani closed this as completed Jun 3, 2024
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

No branches or pull requests

2 participants