Question: Is there an easy way to tell GTSAM to hold a value at the initial guess?

Issue #192 resolved
Paul Furgale created an issue

In ceres or g2o, you can easily tell the optimizer to not optimize certain parameters. is this possible in GTSAM as well?

Comments (2)

  1. Jing Dong

    Put a NonlinearEquality1 factor on the variable you don't want to optimize will be a solution, but it's using penalty method will increase the nonlinearity of the object function, and sometimes cause issue..

  2. Log in to comment