Skip to content

Commit

Permalink
make boolean parameter optional
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-krishnan authored Sep 9, 2024
1 parent 551643b commit 14d8870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtsam/sfm/TranslationRecovery.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class GTSAM_EXPORT TranslationRecovery {
* @param lmParams parameters for optimization.
*/
TranslationRecovery(const LevenbergMarquardtParams &lmParams,
bool use_bilinear_translation_factor)
bool use_bilinear_translation_factor = false)
: lmParams_(lmParams),
use_bilinear_translation_factor_(use_bilinear_translation_factor) {}

Expand Down

0 comments on commit 14d8870

Please sign in to comment.