You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/fan/src/gtsam/gtsam/sfm/TranslationFactor.h:137:30: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
137 | constdouble abs_scale = abs(scale[0]);
| ^
/home/fan/src/gtsam/gtsam/sfm/TranslationFactor.h:137:30: note: use function 'std::abs' instead
137 | constdouble abs_scale = abs(scale[0]);
| ^~~
| std::abs
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: