Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap mEstimators #117

Merged
merged 17 commits into from
Oct 10, 2019
Merged

Wrap mEstimators #117

merged 17 commits into from
Oct 10, 2019

Commits on Sep 26, 2019

  1. Configuration menu
    Copy the full SHA
    f68c06a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8e18c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab044b6 View commit details
    Browse the repository at this point in the history
  4. Fixed comment

    dellaert authored and varunagrawal committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    f71e156 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65b309e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f58d421 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3eb8e3d View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Configuration menu
    Copy the full SHA
    8280a08 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Configuration menu
    Copy the full SHA
    5c883ca View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Robust Estimator Updates

    - Moved implementations of residual and weight to NoiseModel.cpp.
    - Added `const` to function arguments and variables in `residual` and `weight`.
    - Aliased Welsh to Welsch.
    - Formatting.
    varunagrawal committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    4be8d8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    431c370 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    586a825 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    494005d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7501d8a View commit details
    Browse the repository at this point in the history
  6. formatting; removed virtual from derived classes; added default value…

    …s for L2WithDeadZone constructor to allow serialization
    varunagrawal committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    1240339 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2b6607 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c9f9ec View commit details
    Browse the repository at this point in the history