Skip to content

Conversation

@silverjam
Copy link
Contributor

No description provided.

@silverjam silverjam requested a review from adrian-kong July 24, 2023 23:56
src/setting.rs Outdated
enumerated_possible_values: None,
digits: None,
})
Some(&Setting { name: "soln_freq".to_string(), group: "solution".to_string(), kind: SettingKind::Integer, expert: false, readonly: false, description: Some("The frequency at which GNSS navigation solution is computed.\n".to_string()), default_value: Some("10".to_string()), notes: Some("Minimum is 1 Hz. Maximum is 10 Hz for RTK positioning with a maximum of 15 used satellites.\nAt 5 Hz and lower the maximum number of used satellites is 22. 20 Hz is an absolute maximum with\na limit of 5 used satellites.\n\nSystem with inertial fusion (Duro Inertial, Piksi Multi Inertial) can output position at a higher rate\nthan the GNSS-only solution. See fused_soln_freq in the INS group.\n".to_string()), units: Some("Hz".to_string()), enumerated_possible_values: None, digits: None })
Copy link
Contributor

Choose a reason for hiding this comment

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

does this need clippy / fmt ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Apparently not, I ran cargo fmt and it didn't touch it.

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