Skip to content
Snippets Groups Projects
Commit cb3a0344 authored by cont-integration's avatar cont-integration
Browse files

[skip ci] yaml templates added or modified

parent 23d9f3c6
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #21088 skipped
type: "whatever" # DOC The class name - TYPE string type: "whatever" # DOC The class name - TYPE string
plugin: "whatever" # DOC plugin where the class is implemented - TYPE string plugin: "whatever" # DOC plugin where the class is implemented - TYPE string
name: "whatever" # DOC The sensor"s name. It has to be unique. - TYPE string name: "whatever" # DOC The sensor"s name. It has to be unique. - TYPE string
\ No newline at end of file enabled: true # OPTIONAL - DOC Whether the sensor is enabled or not. If not, captures will not be processed when calling process(). - TYPE bool
\ No newline at end of file
type: "whatever" # DOC The class name - TYPE string type: "whatever" # DOC The class name - TYPE string
plugin: "whatever" # DOC plugin where the class is implemented - TYPE string plugin: "whatever" # DOC plugin where the class is implemented - TYPE string
name: "whatever" # DOC The sensor"s name. It has to be unique. - TYPE string name: "whatever" # DOC The sensor"s name. It has to be unique. - TYPE string
enabled: true # OPTIONAL - DOC Whether the sensor is enabled or not. If not, captures will not be processed when calling process(). - TYPE bool
ticks_per_wheel_revolution: 0.0 # DOC Amount of sensor ticks of a whole wheel revolution (if measurement is directly radiants, put 2*PI). - TYPE double ticks_per_wheel_revolution: 0.0 # DOC Amount of sensor ticks of a whole wheel revolution (if measurement is directly radiants, put 2*PI). - TYPE double
ticks_std_factor: 0.0 # DOC ratio of displacement variance to rotation, for odometry noise calculation. - TYPE double ticks_std_factor: 0.0 # DOC ratio of displacement variance to rotation, for odometry noise calculation. - TYPE double
states: states:
......
type: "whatever" # DOC The class name - TYPE string type: "whatever" # DOC The class name - TYPE string
plugin: "whatever" # DOC plugin where the class is implemented - TYPE string plugin: "whatever" # DOC plugin where the class is implemented - TYPE string
name: "whatever" # DOC The sensor"s name. It has to be unique. - TYPE string name: "whatever" # DOC The sensor"s name. It has to be unique. - TYPE string
\ No newline at end of file enabled: true # OPTIONAL - DOC Whether the sensor is enabled or not. If not, captures will not be processed when calling process(). - TYPE bool
\ No newline at end of file
type: "whatever" # DOC The class name - TYPE string type: "whatever" # DOC The class name - TYPE string
plugin: "whatever" # DOC plugin where the class is implemented - TYPE string plugin: "whatever" # DOC plugin where the class is implemented - TYPE string
name: "whatever" # DOC The sensor"s name. It has to be unique. - TYPE string name: "whatever" # DOC The sensor"s name. It has to be unique. - TYPE string
enabled: true # OPTIONAL - DOC Whether the sensor is enabled or not. If not, captures will not be processed when calling process(). - TYPE bool
k_disp_to_disp: 0.0 # DOC ratio of displacement variance to displacement, for odometry noise calculation. - TYPE double k_disp_to_disp: 0.0 # DOC ratio of displacement variance to displacement, for odometry noise calculation. - TYPE double
k_disp_to_rot: 0.0 # DOC ratio of displacement variance to rotation, for odometry noise calculation. - TYPE double k_disp_to_rot: 0.0 # DOC ratio of displacement variance to rotation, for odometry noise calculation. - TYPE double
k_rot_to_rot: 0.0 # DOC ratio of rotation variance to rotation, for odometry noise calculation. - TYPE double k_rot_to_rot: 0.0 # DOC ratio of rotation variance to rotation, for odometry noise calculation. - TYPE double
......
type: "whatever" # DOC The class name - TYPE string type: "whatever" # DOC The class name - TYPE string
plugin: "whatever" # DOC plugin where the class is implemented - TYPE string plugin: "whatever" # DOC plugin where the class is implemented - TYPE string
name: "whatever" # DOC The sensor"s name. It has to be unique. - TYPE string name: "whatever" # DOC The sensor"s name. It has to be unique. - TYPE string
enabled: true # OPTIONAL - DOC Whether the sensor is enabled or not. If not, captures will not be processed when calling process(). - TYPE bool
k_disp_to_disp: 0.0 # DOC ratio of displacement variance to displacement, for odometry noise calculation. - TYPE double k_disp_to_disp: 0.0 # DOC ratio of displacement variance to displacement, for odometry noise calculation. - TYPE double
k_disp_to_rot: 0.0 # DOC ratio of displacement variance to rotation, for odometry noise calculation. - TYPE double k_disp_to_rot: 0.0 # DOC ratio of displacement variance to rotation, for odometry noise calculation. - TYPE double
k_rot_to_rot: 0.0 # DOC ratio of rotation variance to rotation, for odometry noise calculation. - TYPE double k_rot_to_rot: 0.0 # DOC ratio of rotation variance to rotation, for odometry noise calculation. - TYPE double
......
type: "whatever" # DOC The class name - TYPE string type: "whatever" # DOC The class name - TYPE string
plugin: "whatever" # DOC plugin where the class is implemented - TYPE string plugin: "whatever" # DOC plugin where the class is implemented - TYPE string
name: "whatever" # DOC The sensor"s name. It has to be unique. - TYPE string name: "whatever" # DOC The sensor"s name. It has to be unique. - TYPE string
enabled: true # OPTIONAL - DOC Whether the sensor is enabled or not. If not, captures will not be processed when calling process(). - TYPE bool
std_noise: [0.0, 0.0, 0.0] # DOC Vector containing the standard deviation of the position and orientation measurements (square root of the covariance matrix diagonal). - TYPE Eigen::Vector3d std_noise: [0.0, 0.0, 0.0] # DOC Vector containing the standard deviation of the position and orientation measurements (square root of the covariance matrix diagonal). - TYPE Eigen::Vector3d
states: states:
P: P:
......
type: "whatever" # DOC The class name - TYPE string type: "whatever" # DOC The class name - TYPE string
plugin: "whatever" # DOC plugin where the class is implemented - TYPE string plugin: "whatever" # DOC plugin where the class is implemented - TYPE string
name: "whatever" # DOC The sensor"s name. It has to be unique. - TYPE string name: "whatever" # DOC The sensor"s name. It has to be unique. - TYPE string
enabled: true # OPTIONAL - DOC Whether the sensor is enabled or not. If not, captures will not be processed when calling process(). - TYPE bool
std_noise: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0] # DOC Vector containing the standard deviation of the position and orientation measurements (square root of the covariance matrix diagonal). - TYPE Eigen::Vector6d std_noise: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0] # DOC Vector containing the standard deviation of the position and orientation measurements (square root of the covariance matrix diagonal). - TYPE Eigen::Vector6d
states: states:
P: P:
......
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