added comment on example interface
parent
d6a3171e67
commit
7d93e6fca0
|
@ -12,6 +12,9 @@
|
||||||
/**
|
/**
|
||||||
* @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
|
||||||
|
* e.g.,: /GncPoseAveragingExample 10 5 (if the numbers are not specified, default
|
||||||
|
* 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