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

Port pointcloud creation to numpy. #175

Merged
merged 20 commits into from
Mar 29, 2022
Merged

Port pointcloud creation to numpy. #175

merged 20 commits into from
Mar 29, 2022

Commits on Mar 8, 2022

  1. Port pointcloud creation to numpy.

    Signed-off-by: Florian Vahl <florian@flova.de>
    Flova committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    d6d652e View commit details
    Browse the repository at this point in the history
  2. Add support for differently typed fields.

    Signed-off-by: Florian Vahl <florian@flova.de>
    Flova committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    26dcbf7 View commit details
    Browse the repository at this point in the history
  3. Add support for reading structured arrays

    Signed-off-by: Florian Vahl <florian@flova.de>
    Flova committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    0a0e4a5 View commit details
    Browse the repository at this point in the history
  4. Adapt point cloud creation to utilize organized point clouds and mult…

    …iple field datatypes
    
    Signed-off-by: Florian Vahl <florian@flova.de>
    Flova committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    e393390 View commit details
    Browse the repository at this point in the history
  5. Format imports

    Signed-off-by: Florian Vahl <florian@flova.de>
    Flova committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    c5ba2c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Apply autopep8

    Signed-off-by: Florian Vahl <git@flova.de>
    Flova committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    a715a5c View commit details
    Browse the repository at this point in the history
  2. Add python tmp files to .gitignore

    Signed-off-by: Florian Vahl <git@flova.de>
    Flova committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    2bcf117 View commit details
    Browse the repository at this point in the history
  3. Fix docsting test

    Signed-off-by: Florian Vahl <git@flova.de>
    Flova committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    6bdd743 View commit details
    Browse the repository at this point in the history
  4. Apply flake8 style

    Signed-off-by: Florian Vahl <git@flova.de>
    Flova committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    7e311e1 View commit details
    Browse the repository at this point in the history
  5. Add list cast to points. \n They are tuples otherwise, which lets the…

    … check fail because list!=tuple
    
    Signed-off-by: Florian Vahl <git@flova.de>
    Flova committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    e011bd3 View commit details
    Browse the repository at this point in the history
  6. Add more tests

    Signed-off-by: Florian Vahl <git@flova.de>
    Flova committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    91edf89 View commit details
    Browse the repository at this point in the history
  7. Fix issues discorvered while testing

    Signed-off-by: Florian Vahl <git@flova.de>
    Flova committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    977afd1 View commit details
    Browse the repository at this point in the history
  8. Fix typo

    Signed-off-by: Florian Vahl <git@flova.de>
    Flova committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    962aa08 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Fix docstring

    Signed-off-by: Florian Vahl <git@flova.de>
    Flova committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    86577e5 View commit details
    Browse the repository at this point in the history
  2. Fix docstring

    Signed-off-by: Florian Vahl <git@flova.de>
    Flova committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    ff9e8e2 View commit details
    Browse the repository at this point in the history
  3. Fix grammar

    Signed-off-by: Florian Vahl <git@flova.de>
    Flova committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    2851be5 View commit details
    Browse the repository at this point in the history
  4. Add support for fields with count > 1

    Signed-off-by: Florian Vahl <git@flova.de>
    Flova committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    f50125d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Use casting suggested by apockill

    Signed-off-by: Florian Vahl <git@flova.de>
    Flova committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    e011397 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. Fix flake8 errors

    Signed-off-by: Florian Vahl <florian@flova.de>
    Flova committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    e472ed5 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Fix import order

    Signed-off-by: Florian Vahl <florian@flova.de>
    Flova committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    2d0c85a View commit details
    Browse the repository at this point in the history