release/4.3a0
lcarlone 2021-05-12 19:22:16 -04:00
parent 7d93e6fca0
commit 5510b41e31
1 changed files with 2 additions and 2 deletions

View File

@ -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