amended
parent
7d93e6fca0
commit
5510b41e31
|
@ -12,8 +12,8 @@
|
||||||
/**
|
/**
|
||||||
* @file GncPoseAveragingExample.cpp
|
* @file GncPoseAveragingExample.cpp
|
||||||
* @brief example of GNC estimating a single pose from pose priors possibly corrupted with outliers
|
* @brief example of GNC estimating a single pose from pose priors possibly corrupted with outliers
|
||||||
* You can run this example using: /GncPoseAveragingExample nrInliers nrOutliers
|
* You can run this example using: ./GncPoseAveragingExample nrInliers nrOutliers
|
||||||
* e.g.,: /GncPoseAveragingExample 10 5 (if the numbers are not specified, default
|
* e.g.,: ./GncPoseAveragingExample 10 5 (if the numbers are not specified, default
|
||||||
* values nrInliers = 10 and nrOutliers = 10 are used)
|
* values nrInliers = 10 and nrOutliers = 10 are used)
|
||||||
* @date May 8, 2021
|
* @date May 8, 2021
|
||||||
* @author Luca Carlone
|
* @author Luca Carlone
|
||||||
|
|
Loading…
Reference in New Issue