File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff 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
136145When you want to play with the code, you should be lucky: ` i_see_pee ` is very
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments