Skip to content

Commit cfe2485

Browse files
committed
[icp] add documentation for odom-augmentation
1 parent 5306aa7 commit cfe2485

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,15 @@ random.
131131
- type: `int`
132132
- default: 3 (min: 1, max: 100)
133133

134+
#### `icp/odom_weight`
135+
- replaces one random data point with assumed location of the base.
136+
Assigns the specified weight to this data point, giving all other points the
137+
default weight of 1.
138+
This "anchors" the final transformation to the initial guess - giving the
139+
odometry more weight.
140+
- type: `float`
141+
- default: -1 (disabled below 0)
142+
134143
# Understanding
135144

136145
When you want to play with the code, you should be lucky: `i_see_pee` is very

config/example.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ icp:
1616
r_norm: 0.01 # min: 0.01
1717
max_iter: 100 # min: 1, max: 100
1818
stride: 3 # min: 1, max: 100
19+
odom_weight: -1 # default -1, augmentation disabled below 0

0 commit comments

Comments
 (0)