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

Add fitting functionality using Ceres-Solver #189

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Oct 28, 2024

  1. add ceres-solver fitting

    Michael McCrackan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    cd3753b View commit details
    Browse the repository at this point in the history
  2. fix Dockerfile typo

    Michael McCrackan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    47133b9 View commit details
    Browse the repository at this point in the history
  3. adjustment for ceres git clone arguments

    Michael McCrackan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    abb235a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ed4ad3 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. update CMakeLists.txt and Dockerfile

    Michael McCrackan committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    1e49341 View commit details
    Browse the repository at this point in the history
  2. specify ceres-solver 2.2 in Dockerfile

    Michael McCrackan committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    058bad8 View commit details
    Browse the repository at this point in the history
  3. try building ceres-solver v2.2

    Michael McCrackan committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    7d530ef View commit details
    Browse the repository at this point in the history
  4. fix typo

    Michael McCrackan committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    76c91e4 View commit details
    Browse the repository at this point in the history
  5. remove unneeded imports from tests

    Michael McCrackan committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b3062e3 View commit details
    Browse the repository at this point in the history
  6. remove tests from ceres build. improve fit_noise docstring

    Michael McCrackan committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    9e4b86c View commit details
    Browse the repository at this point in the history
  7. fix test

    Michael McCrackan committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b25095e View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. improve test, fix pointers, add bounds, disable logging

    Michael McCrackan committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4f55e41 View commit details
    Browse the repository at this point in the history
  2. update docstring

    Michael McCrackan committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8416c1b View commit details
    Browse the repository at this point in the history