Skip to content
Snippets Groups Projects
Commit 7835610d authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

[skip ci] wip

parent d8135370
No related branches found
No related tags found
1 merge request!49Draft: Resolve "Adapt to new sensor constructors in core"
......@@ -90,25 +90,6 @@ states:
_doc: "A vector containing the stdev rate values of the noise of the drift factors (only if dynamic==true)."
G:
dynamic:
_type: bool
_mandatory: false
_default: false
_doc: "The projection of gravity over the map XY plane. Default: false (i.e. constant slope)."
value:
_type: Vector2d
_mandatory: true
_doc: State initial values.
prior:
mode:
_type: string
_mandatory: true
_options: ["fix", "factor", "initial_guess"]
_doc: The prior mode can be 'factor' to add an absolute factor (requires 'noise_std'), 'fix' to set the values constant or 'initial_guess' to just set the values
factor_std:
_type: Vector2d
_mandatory: $mode == 'factor'
_doc: "A vector containing the stdev values of the noise of the prior factor, i.e. the sqrt of the diagonal elements of the covariance matrix."
_type: SensorImu2dGravity.schema
_mandatory: false
_doc: "State for the projection of the gravity onto map XY plane. Only used if 'orthogonal_gravity' == false."
\ No newline at end of file
dynamic:
_type: bool
_mandatory: false
_default: false
_doc: "The projection of gravity over the map XY plane. Default: false (i.e. constant slope)."
value:
_type: Vector2d
_mandatory: true
_doc: State initial values.
prior:
mode:
_type: string
_mandatory: true
_options: ["fix", "factor", "initial_guess"]
_doc: The prior mode can be 'factor' to add an absolute factor (requires 'noise_std'), 'fix' to set the values constant or 'initial_guess' to just set the values
factor_std:
_type: Vector2d
_mandatory: $mode == 'factor'
_doc: "A vector containing the stdev values of the noise of the prior factor, i.e. the sqrt of the diagonal elements of the covariance matrix."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment