Skip to content
Snippets Groups Projects
Commit 7cf40563 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Remove sen/prc name from YAML files -- unused anyway

parent e33460fb
No related branches found
No related tags found
3 merge requests!39release after RAL,!38After 2nd RAL submission,!9Remove sensor from processor creators
processor type: "IMU" # This must match the KEY used in the SensorFactory. Otherwise it is an error. processor type: "IMU" # This must match the KEY used in the SensorFactory. Otherwise it is an error.
processor name: "Main imu" # This is ignored. The name provided to the SensorFactory prevails
unmeasured perturbation std: 0.00001 unmeasured perturbation std: 0.00001
time tolerance: 0.0025 # Time tolerance for joining KFs time tolerance: 0.0025 # Time tolerance for joining KFs
keyframe vote: keyframe vote:
......
processor type: "IMU" # This must match the KEY used in the SensorFactory. Otherwise it is an error. processor type: "IMU" # This must match the KEY used in the SensorFactory. Otherwise it is an error.
processor name: "Main imu" # This is ignored. The name provided to the SensorFactory prevails
time tolerance: 0.0025 # Time tolerance for joining KFs time tolerance: 0.0025 # Time tolerance for joining KFs
unmeasured perturbation std: 0.00001 unmeasured perturbation std: 0.00001
keyframe vote: keyframe vote:
......
type: "ODOM 3D" # This must match the KEY used in the SensorFactory. Otherwise it is an error. type: "ODOM 3D" # This must match the KEY used in the SensorFactory. Otherwise it is an error.
name: "Main odometer" # This is ignored. The name provided to the SensorFactory prevails
time_tolerance: 0.01 # seconds time_tolerance: 0.01 # seconds
......
sensor type: "IMU" # This must match the KEY used in the SensorFactory. Otherwise it is an error. sensor type: "IMU" # This must match the KEY used in the SensorFactory. Otherwise it is an error.
sensor name: "Main IMU" # This is ignored. The name provided to the SensorFactory prevails
motion variances: motion variances:
a_noise: 0.053 # standard deviation of Acceleration noise (same for all the axis) in m/s2 a_noise: 0.053 # standard deviation of Acceleration noise (same for all the axis) in m/s2
w_noise: 0.0011 # standard deviation of Gyroscope noise (same for all the axis) in rad/sec w_noise: 0.0011 # standard deviation of Gyroscope noise (same for all the axis) in rad/sec
......
type: "ODOM 3D" # This must match the KEY used in the SensorFactory. Otherwise it is an error. type: "ODOM 3D" # This must match the KEY used in the SensorFactory. Otherwise it is an error.
name: "Main odometer" # This is ignored. The name provided to the SensorFactory prevails
k_disp_to_disp: 0.02 # m^2 / m k_disp_to_disp: 0.02 # m^2 / m
k_disp_to_rot: 0.02 # rad^2 / m k_disp_to_rot: 0.02 # rad^2 / m
......
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