Update ShonanAveraging.h
parent
cd3854a1f6
commit
15478bf278
|
@ -430,6 +430,8 @@ class GTSAM_EXPORT ShonanAveraging2 : public ShonanAveraging<2> {
|
|||
const Parameters ¶meters = Parameters());
|
||||
explicit ShonanAveraging2(std::string g2oFile,
|
||||
const Parameters ¶meters = Parameters());
|
||||
ShonanAveraging2(const gtsam::BetweenFactorPose2s &factors,
|
||||
const gtsam::ShonanAveragingParameters2 ¶meters);
|
||||
};
|
||||
|
||||
class GTSAM_EXPORT ShonanAveraging3 : public ShonanAveraging<3> {
|
||||
|
|
Loading…
Reference in New Issue