Point3 method error when running SFMExample.m

Issue #422 resolved
Mina Henein created an issue

I am using Ubuntu 16.04 + Matlab 2017b. I have built and installed GTSAM with matlab toolbox by following the readme file. The error I came across when running SFMExample.m is as below:

No appropriate method, property, or field 'retract' for class 'gtsam.Point3'

Comments (2)

  1. Mina Henein reporter

    Just realised that the new version of the function uses

    point_j = Point3(truth.points{j}.vector() + 0.1*randn(3,1));

    instead of retract to initialise the points

  2. Log in to comment