added comment on example interface

release/4.3a0
lcarlone 2021-05-12 19:20:21 -04:00
parent d6a3171e67
commit 7d93e6fca0
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@
/**
* @file GncPoseAveragingExample.cpp
* @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
* @author Luca Carlone
*/