-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy patheskf_params.yaml
More file actions
60 lines (52 loc) · 1.67 KB
/
Copy patheskf_params.yaml
File metadata and controls
60 lines (52 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
/**:
eskf_node:
ros__parameters:
dvl_topic: /dvl/sim
odom_topic: odom_ESKF
diag_Q_std: [0.05, 0.05, 0.1, 0.01, 0.01, 0.02, 0.001, 0.001, 0.001, 0.0001, 0.0001, 0.0001]
diag_p_init: [1.0, 1.0, 1.0, 0.5, 0.5, 0.5, 0.1, 0.1, 0.1, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001]
transform:
imu_frame_r: [ -1.0, 0.0, 0.0,
0.0, 1.0, 0.0,
0.0, 0.0, -1.0 ]
imu_frame_t: [ 0.0, 0.0, 0.0 ]
dvl_frame_r: [ 0.0, -1.0, 0.0,
1.0, 0.0, 0.0,
0.0, 0.0, 1.0 ]
dvl_frame_t: [ 0.4, 0.0, 0.2 ]
depth_frame_t: [ 0.0, 0.0, 0.0 ]
use_tf_transforms: false
publish_tf: true
publish_pose: true
publish_twist: true
publish_rate_ms: 5
add_gravity_to_imu: false
# biases in the IMU
initial_gyro_bias: [0.0, 0.0, 0.0]
initial_accel_bias: [0.0, 0.0, 0.0]
publish_biases: false
# environmental parameters
atmospheric_pressure: 101000.0 # [Pa]
water_density: 1026.0 # [kg/m3]
gravity: 9.82841
use_landmark_egomotion: true
vo:
landmarks_topic: /aruco_detector/landmarks
base_frame: orca/base_link
camera_frame: orca/front_camera_optical
nis_gate_pose: 16.812
nis_gate_velocity: 11.345
disable_gating: true
dropout_timeout: 10.0
rejects_limit: 5
pos_floor: 0.05
att_floor: 0.02
vel_floor: 0.2
dt_min: 0.02
dt_max: 15.0
# Sliding-window smoother
use_sw: true
window_size: 20
max_age: 15.0
huber_deg: 20.0
gate_deg: 60.0