Skip to content

Commit cdb6a8d

Browse files
committed
merged from main and dev/eskf_fuse_depth
1 parent 96a2d96 commit cdb6a8d

File tree

13 files changed

+476
-1362
lines changed

13 files changed

+476
-1362
lines changed
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,6 @@
11
/**:
22
eskf_node:
33
ros__parameters:
4-
use_landmark_egomotion: true
5-
vo:
6-
landmarks_topic: /aruco_detector/landmarks
7-
8-
base_frame: orca/base_link
9-
camera_frame: orca/front_camera_optical
10-
11-
nis_gate_pose: 16.812
12-
nis_gate_velocity: 11.345
13-
disable_gating: true
14-
dropout_timeout: 10.0
15-
rejects_limit: 5
16-
17-
pos_floor: 0.05
18-
att_floor: 0.02
19-
vel_floor: 0.2
20-
dt_min: 0.02
21-
dt_max: 15.0
22-
23-
# Sliding-window smoother
24-
use_sw: true
25-
window_size: 20
26-
max_age: 15.0
27-
huber_deg: 20.0
28-
gate_deg: 60.0
29-
304
dvl_topic: /dvl/sim
315
odom_topic: odom_ESKF
326
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]
@@ -58,3 +32,29 @@
5832
atmospheric_pressure: 101000.0 # [Pa]
5933
water_density: 1026.0 # [kg/m3]
6034
gravity: 9.82841
35+
36+
use_landmark_egomotion: true
37+
vo:
38+
landmarks_topic: /aruco_detector/landmarks
39+
40+
base_frame: orca/base_link
41+
camera_frame: orca/front_camera_optical
42+
43+
nis_gate_pose: 16.812
44+
nis_gate_velocity: 11.345
45+
disable_gating: true
46+
dropout_timeout: 10.0
47+
rejects_limit: 5
48+
49+
pos_floor: 0.05
50+
att_floor: 0.02
51+
vel_floor: 0.2
52+
dt_min: 0.02
53+
dt_max: 15.0
54+
55+
# Sliding-window smoother
56+
use_sw: true
57+
window_size: 20
58+
max_age: 15.0
59+
huber_deg: 20.0
60+
gate_deg: 60.0

navigation/eskf/config/eskf_params_real_world.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,32 @@
3131
water_density: 1026.0 # [kg/m3]
3232
gravity: 9.82841
3333

34+
use_landmark_egomotion: true
35+
vo:
36+
landmarks_topic: /aruco_detector/landmarks
37+
38+
base_frame: nautilus/base_link
39+
camera_frame: "/cam/camera_info"
40+
41+
nis_gate_pose: 16.812
42+
nis_gate_velocity: 11.345
43+
disable_gating: true
44+
dropout_timeout: 10.0
45+
rejects_limit: 5
46+
47+
pos_floor: 0.1
48+
att_floor: 0.05
49+
vel_floor: 0.4
50+
dt_min: 0.02
51+
dt_max: 15.0
52+
53+
# Sliding-window smoother
54+
use_sw: true
55+
window_size: 20
56+
max_age: 15.0
57+
huber_deg: 20.0
58+
gate_deg: 60.0
59+
3460
# USED SENSORS
3561
# IMU: Kongsberg mini MRU
3662
# DVL & Depth: Nucleus 1000

navigation/eskf/include/eskf/eskf.hpp

Lines changed: 0 additions & 110 deletions
This file was deleted.

navigation/eskf/include/eskf/eskf.tpp

Lines changed: 0 additions & 29 deletions
This file was deleted.

navigation/eskf/include/eskf/eskf_ros.hpp

Lines changed: 0 additions & 145 deletions
This file was deleted.

0 commit comments

Comments
 (0)