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

Prerelease #1

Merged
merged 75 commits into from
Jul 10, 2024
Merged

Prerelease #1

merged 75 commits into from
Jul 10, 2024

Commits on Aug 10, 2023

  1. rename Frame to PointCloud

    koide3 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    906da2b View commit details
    Browse the repository at this point in the history
  2. change filenames

    koide3 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2a39b3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe96527 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0e6480 View commit details
    Browse the repository at this point in the history
  5. fix test for non-GPU

    koide3 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3cafec1 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. update documentation

    koide3 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    22c6c6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c457eec View commit details
    Browse the repository at this point in the history
  3. make test_loam_factors fast

    koide3 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d2a837b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbd48ab View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. force explicit deep copy

    koide3 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    7119e92 View commit details
    Browse the repository at this point in the history
  2. test for pointcloud funcs

    koide3 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    a258f5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dad010b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb53dbc View commit details
    Browse the repository at this point in the history
  5. test for voxelmap

    koide3 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    64286b4 View commit details
    Browse the repository at this point in the history
  6. test for GPU types

    koide3 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    164eea9 View commit details
    Browse the repository at this point in the history
  7. fix GPU-related build error

    koide3 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    af17e11 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. cuda buffer upload

    koide3 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    425c5a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. covariance estimation params

    koide3 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    defe875 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. build with cuda multiarch

    koide3 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    f90b632 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from koide3/fix

    build with cuda multiarch
    koide3 authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    da896cd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from koide3/ampap

    ampap
    koide3 authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    13fb3c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ac6ed6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cadc5af View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. FastScatter

    koide3 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    aa5b319 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. important notes

    koide3 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ba419ad View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    217586d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    869e425 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb452e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. small_kdtree

    koide3 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ddc1b66 View commit details
    Browse the repository at this point in the history
  2. improve voxelgrid

    koide3 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    fdba42c View commit details
    Browse the repository at this point in the history
  3. improve randomgrid_sampling

    koide3 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e26e6d5 View commit details
    Browse the repository at this point in the history
  4. parallel kdtree construction

    koide3 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9c59513 View commit details
    Browse the repository at this point in the history
  5. remove nanoflann includes

    koide3 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3b7c97d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    950354c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    56f7fab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63f3f6b View commit details
    Browse the repository at this point in the history
  3. update README

    koide3 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    968a9f9 View commit details
    Browse the repository at this point in the history
  4. drop tests on focal

    koide3 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9284e0f View commit details
    Browse the repository at this point in the history
  5. update installation

    koide3 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7773c3c View commit details
    Browse the repository at this point in the history
  6. install

    koide3 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    db279b4 View commit details
    Browse the repository at this point in the history
  7. add gtsam_points_cuda

    koide3 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6938280 View commit details
    Browse the repository at this point in the history
  8. add config.cmake.in

    koide3 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    345700d View commit details
    Browse the repository at this point in the history
  9. show CMAKE_CUDA_ARCHITECTURES

    koide3 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8bbf521 View commit details
    Browse the repository at this point in the history
  10. remove FindIridescence.cmake

    koide3 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a461a98 View commit details
    Browse the repository at this point in the history
  11. add setters

    koide3 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    dbcfbc1 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. add license identifiers

    koide3 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    eb0ed80 View commit details
    Browse the repository at this point in the history
  2. add license identifier

    koide3 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0be9928 View commit details
    Browse the repository at this point in the history
  3. remove package.xml

    koide3 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2e57c78 View commit details
    Browse the repository at this point in the history
  4. modernize cmake

    koide3 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0e9b921 View commit details
    Browse the repository at this point in the history
  5. fix GPU voxel lookup

    koide3 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    14e739e View commit details
    Browse the repository at this point in the history
  6. fix exports

    koide3 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ab3abe6 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. refactoring ivox

    koide3 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    dafb56c View commit details
    Browse the repository at this point in the history
  2. fallback detection flag

    koide3 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1455250 View commit details
    Browse the repository at this point in the history
  3. demo for colored icp

    koide3 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e31faae View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

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

Commits on Jul 1, 2024

  1. update README

    koide3 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    aebc11e View commit details
    Browse the repository at this point in the history
  2. re-organize CI

    koide3 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    558f1d8 View commit details
    Browse the repository at this point in the history
  3. fix docker file suffix

    koide3 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    39f8e52 View commit details
    Browse the repository at this point in the history
  4. fix base_image

    koide3 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ad80ae4 View commit details
    Browse the repository at this point in the history
  5. rename suffix

    koide3 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ece8556 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0961483 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. drop support of cuda11

    koide3 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    272b020 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. INSTALL_INTERFACE

    koide3 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7672f56 View commit details
    Browse the repository at this point in the history
  2. install nanoflann

    koide3 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    298c2d2 View commit details
    Browse the repository at this point in the history
  3. hide nanoflann

    koide3 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d202f6e View commit details
    Browse the repository at this point in the history
  4. hide nanoflann

    koide3 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d325785 View commit details
    Browse the repository at this point in the history
  5. remove submodules

    koide3 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6fa9a20 View commit details
    Browse the repository at this point in the history
  6. no submodules

    koide3 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    bf6f54b View commit details
    Browse the repository at this point in the history
  7. recursive no necessary

    koide3 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b2716d5 View commit details
    Browse the repository at this point in the history
  8. nanoflann

    koide3 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    542eb49 View commit details
    Browse the repository at this point in the history
  9. filter out non-finite points

    koide3 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    94eb9bd View commit details
    Browse the repository at this point in the history
  10. add nanoflann thirdparty

    koide3 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    bbbe814 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. voxelmap clearing

    koide3 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a9ec339 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. jacobian test

    koide3 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d198214 View commit details
    Browse the repository at this point in the history
  2. add inlier_fraction to vgicp

    koide3 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    519eb8e View commit details
    Browse the repository at this point in the history