stray Symbol
parent
12351dbfea
commit
df3f96c9f3
|
|
@ -63,7 +63,7 @@ namespace gtsam {
|
||||||
* @param K shared pointer to the constant calibration
|
* @param K shared pointer to the constant calibration
|
||||||
*/
|
*/
|
||||||
GenericProjectionFactor(const Point2& measured, const SharedNoiseModel& model,
|
GenericProjectionFactor(const Point2& measured, const SharedNoiseModel& model,
|
||||||
const Symbol poseKey, Key pointKey, const shared_ptrK& K) :
|
const Key poseKey, Key pointKey, const shared_ptrK& K) :
|
||||||
Base(model, poseKey, pointKey), measured_(measured), K_(K) {
|
Base(model, poseKey, pointKey), measured_(measured), K_(K) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue