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 PointCloud spatial distribution #3161

Open
wants to merge 26 commits into
base: develop
Choose a base branch
from

Commits on Oct 5, 2024

  1. Configuration menu
    Copy the full SHA
    c427b88 View commit details
    Browse the repository at this point in the history
  2. clang-format

    gonuke committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    93afabf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    954191d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2077a35 View commit details
    Browse the repository at this point in the history
  5. missing commas

    gonuke committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    74532a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c78f39 View commit details
    Browse the repository at this point in the history
  7. dumb typo

    gonuke committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    a50d7af View commit details
    Browse the repository at this point in the history
  8. remove stale enumeration

    gonuke committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    733337d View commit details
    Browse the repository at this point in the history
  9. another dumb typo

    gonuke committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    3138b92 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    27ce9fc View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    bbb2d4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f6e5e3 View commit details
    Browse the repository at this point in the history
  3. fix constructor arguments

    gonuke committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    3a5a9e6 View commit details
    Browse the repository at this point in the history
  4. linting

    gonuke committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    c016666 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    f8933d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85663d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    d8a0fd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c7eb6c View commit details
    Browse the repository at this point in the history
  3. C++ formatting

    pshriwise committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7f2b39a View commit details
    Browse the repository at this point in the history
  4. PEP8

    pshriwise committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3641f99 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Use a simpler model to cut down on initialization time. Increase tole…

    …rance and number of particles.
    pshriwise committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5fafc7d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. grammar fix

    Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
    gonuke and pshriwise authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ed3b1d3 View commit details
    Browse the repository at this point in the history
  2. improve comment grammar

    Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
    gonuke and pshriwise authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f4b5901 View commit details
    Browse the repository at this point in the history
  3. capitalization standard

    Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
    gonuke and pshriwise authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3dd55a7 View commit details
    Browse the repository at this point in the history
  4. remove extra blank line

    Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
    gonuke and pshriwise authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d9ca528 View commit details
    Browse the repository at this point in the history
  5. improve error message

    Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
    gonuke and pshriwise authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ea462a9 View commit details
    Browse the repository at this point in the history