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

Ubuntu 22 + ROS2 humble #16

Merged
merged 24 commits into from
Jan 22, 2024
Merged

Ubuntu 22 + ROS2 humble #16

merged 24 commits into from
Jan 22, 2024

Commits on May 28, 2023

  1. Configuration menu
    Copy the full SHA
    5238d2a View commit details
    Browse the repository at this point in the history
  2. use latest C++ standard

    lucasw committed May 28, 2023
    Configuration menu
    Copy the full SHA
    9eea647 View commit details
    Browse the repository at this point in the history
  3. Avoid this warning 'The package name passed to `find_package_handle_s…

    …tandard_args` (NABO) does not match the name of the calling package (Nabo)' by renaming the find nabo cmake file
    lucasw committed May 28, 2023
    Configuration menu
    Copy the full SHA
    c752fb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89dc1a7 View commit details
    Browse the repository at this point in the history
  5. return descriptions

    lucasw committed May 28, 2023
    Configuration menu
    Copy the full SHA
    51f7187 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40632ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e592334 View commit details
    Browse the repository at this point in the history
  8. assume >= CXX11

    lucasw committed May 28, 2023
    Configuration menu
    Copy the full SHA
    844f027 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7cfc7ee View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1e44f1f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    92a94d8 View commit details
    Browse the repository at this point in the history
  12. more FindNabo -> FindNABO

    lucasw committed May 28, 2023
    Configuration menu
    Copy the full SHA
    3f3f50b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    777b060 View commit details
    Browse the repository at this point in the history
  14. disable cuda for now until 'unsupported GNU version! gcc versions lat…

    …er than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used' issue is resolved
    lucasw committed May 28, 2023
    Configuration menu
    Copy the full SHA
    5d9a90a View commit details
    Browse the repository at this point in the history
  15. another Nabo -> NABO

    lucasw committed May 28, 2023
    Configuration menu
    Copy the full SHA
    114624a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. possibly an issue with getting liblz4 into other projects, had to do …

    …this on one build system
    lucasw committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    a912799 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. migrate package.xml

    Cakem1x committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    c0fe80f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. add dependency to lz4

    Cakem1x committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a26993f View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    ed53c83 View commit details
    Browse the repository at this point in the history
  2. removed qt and vtk deps from package xml. fixed lvr2config.cmake.in t…

    …o work for both cases: beeing compiled inside a ROS workspace and outside
    amock committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e93644c View commit details
    Browse the repository at this point in the history
  3. reenabled main executables

    amock committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b3fcd2d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from naturerobots/humble-dev

    fix lvr2 for ROS humble and ubuntu 22
    amock authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    0f46c0b View commit details
    Browse the repository at this point in the history
  5. reenabled cuda compilation

    amock committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    7870e65 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from naturerobots/humble-dev

    reenable cuda compilation
    amock authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    c5db059 View commit details
    Browse the repository at this point in the history