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 support for multi-sensor scenarios #232

Merged
merged 22 commits into from
Oct 27, 2023

Commits on Oct 3, 2023

  1. Fix TF tree usage in ROS 2 wrapper

    Signed-off-by: Ignacio Vizzo <[email protected]>
    nachovizzo committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    0cad647 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    e9d6784 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98e71fb View commit details
    Browse the repository at this point in the history
  3. remove include

    nachovizzo committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    e065ee9 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Remove default base_frame parameter value

    This will make KISS-ICP work ego-centric as default
    nachovizzo committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8ea67c6 View commit details
    Browse the repository at this point in the history
  2. Remove unused variable

    nachovizzo committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    73a98d3 View commit details
    Browse the repository at this point in the history
  3. Do not reuse pose_msg.pose

    nachovizzo committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    79e5a3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8e5229 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ff44c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70d972d View commit details
    Browse the repository at this point in the history
  7. Convert class member function to more useful utility

    And fix a small bug, the order was of the transformation before was the
    opposite, and therefore we were obtaining base2cloud. Since we multiply
    by both sides we can't really see the difference, but it was
    conceptually wrong.
    nachovizzo committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    505ff8f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e17edc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2cfcab5 View commit details
    Browse the repository at this point in the history
  10. fix lofic

    nachovizzo committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    ee94752 View commit details
    Browse the repository at this point in the history
  11. Update rviz2

    nachovizzo committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    22b7f92 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b45fde3 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Backport tf multisensor fix (#245)

    * Build system changes for tf fix
    
    * Modify params for tf fix
    
    * Add ROS 1 tf fixes similar to ROS 2
    
    * Update rviz config
    
    * Remove unused debug publishers
    
    * Remove unnecessary smart pointers
    
    * Update ROS 1 to match ROS 2 changes
    playertr authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    8a46189 View commit details
    Browse the repository at this point in the history
  2. Fix style

    nachovizzo committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    20417f9 View commit details
    Browse the repository at this point in the history
  3. Remove sophus from build system

    Fixing now the CI is a big pain
    nachovizzo committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    e7be78c View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary alias

    nachovizzo committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7137e88 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    4b61214 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a28cbb8 View commit details
    Browse the repository at this point in the history