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

removed default empty vectors in schemas

parent 8ba0a274
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #14534 passed
......@@ -41,8 +41,11 @@ states:
_type: Vector3d
_mandatory: true
_doc: A vector containing the intrinsic state values. 0=left wheel radius (m), 1=right wheel radius (m), 2=wheel separation (m)
noise_std:
_type: Vector3d
_mandatory: false
_doc: A vector containing the stdev values of the noise of the factor, i.e. the sqrt of the diagonal elements of the covariance matrix.
drift_std:
_type: Vector3d
_mandatory: false
_doc: A vector containing the stdev values of the noise of the drift factor (only if dynamic==true), i.e. the sqrt of the diagonal elements of the covariance matrix.
......@@ -6,5 +6,4 @@ dynamic:
drift_std:
_type: VectorXd
_mandatory: false
_default: []
_doc: A vector containing the stdev values of the noise of the drift factor (only if dynamic==true), i.e. the sqrt of the diagonal elements of the covariance matrix.
\ No newline at end of file
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