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

feat(autoware_pointcloud_preprocessor): redesign concatenate and time sync node #8300

Open
wants to merge 107 commits into
base: main
Choose a base branch
from

Commits on Sep 19, 2024

  1. chore: rebase main

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    306d8a2 View commit details
    Browse the repository at this point in the history
  2. chore: solve conflicts

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    946365a View commit details
    Browse the repository at this point in the history
  3. chore: fix cpp check

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d4978f7 View commit details
    Browse the repository at this point in the history
  4. chore: add diagnostics readme

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    63a870b View commit details
    Browse the repository at this point in the history
  5. chore: update figure

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c8cca1f View commit details
    Browse the repository at this point in the history
  6. chore: upload jitter.png and add old design link

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    89650a2 View commit details
    Browse the repository at this point in the history
  7. chore: add the link to the tool for analyzing timestamp

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d423a22 View commit details
    Browse the repository at this point in the history
  8. fix: fix bug that timer didn't cancel

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3d21b6c View commit details
    Browse the repository at this point in the history
  9. chore: fix logic for logging

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    542ce97 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    77a3a79 View commit details
    Browse the repository at this point in the history
  11. Update sensing/autoware_pointcloud_preprocessor/src/concatenate_data/…

    …combine_cloud_handler.cpp
    
    Co-authored-by: Max Schmeller <[email protected]>
    vividf and mojomex committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    52030a7 View commit details
    Browse the repository at this point in the history
  12. Update sensing/autoware_pointcloud_preprocessor/schema/cocatenate_and…

    …_time_sync_node.schema.json
    
    Co-authored-by: Max Schmeller <[email protected]>
    vividf and mojomex committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3ddf249 View commit details
    Browse the repository at this point in the history
  13. Update sensing/autoware_pointcloud_preprocessor/schema/cocatenate_and…

    …_time_sync_node.schema.json
    
    Co-authored-by: Max Schmeller <[email protected]>
    vividf and mojomex committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d679736 View commit details
    Browse the repository at this point in the history
  14. Update sensing/autoware_pointcloud_preprocessor/src/concatenate_data/…

    …combine_cloud_handler.cpp
    
    Co-authored-by: Max Schmeller <[email protected]>
    vividf and mojomex committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1f9d24c View commit details
    Browse the repository at this point in the history
  15. Update sensing/autoware_pointcloud_preprocessor/src/concatenate_data/…

    …combine_cloud_handler.cpp
    
    Co-authored-by: Max Schmeller <[email protected]>
    vividf and mojomex committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    09452e7 View commit details
    Browse the repository at this point in the history
  16. chore: remove distortion corrector related changes

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d900d3f View commit details
    Browse the repository at this point in the history
  17. feat: add managed tf buffer

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    bcbe94a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. chore: fix filename

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    22b654a View commit details
    Browse the repository at this point in the history
  2. chore: add explanataion for maximum queue size

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    076bfaa View commit details
    Browse the repository at this point in the history
  3. chore: add explanation for timeout_sec

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0e59f48 View commit details
    Browse the repository at this point in the history
  4. chore: fix schema's explanation

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8e79976 View commit details
    Browse the repository at this point in the history
  5. chore: fix description for twist and odom

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    66b4092 View commit details
    Browse the repository at this point in the history
  6. chore: remove license that are not used

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    10d83ee View commit details
    Browse the repository at this point in the history
  7. chore: change guard to prama once

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    fbb5fe9 View commit details
    Browse the repository at this point in the history
  8. chore: default value change to string

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3f0732e View commit details
    Browse the repository at this point in the history
  9. Update sensing/autoware_pointcloud_preprocessor/test/test_concatenate…

    …_node_unit.cpp
    
    Co-authored-by: Max Schmeller <[email protected]>
    vividf and mojomex authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c19250b View commit details
    Browse the repository at this point in the history
  10. Merge branch 'feature/redesign_concatenate_and_time_sync_node' of git…

    …hub.com:vividf/autoware.universe into feature/redesign_concatenate_and_time_sync_node
    vividf committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    089e108 View commit details
    Browse the repository at this point in the history
  11. Update sensing/autoware_pointcloud_preprocessor/test/test_concatenate…

    …_node_unit.cpp
    
    Co-authored-by: Max Schmeller <[email protected]>
    vividf and mojomex authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5ec228c View commit details
    Browse the repository at this point in the history
  12. Update sensing/autoware_pointcloud_preprocessor/test/test_concatenate…

    …_node_unit.cpp
    
    Co-authored-by: Max Schmeller <[email protected]>
    vividf and mojomex authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f4c869e View commit details
    Browse the repository at this point in the history
  13. Update sensing/autoware_pointcloud_preprocessor/test/test_concatenate…

    …_node_unit.cpp
    
    Co-authored-by: Max Schmeller <[email protected]>
    vividf and mojomex authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4cca6c1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    53279b5 View commit details
    Browse the repository at this point in the history
  15. chore: clang-tidy style for static constexpr

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    853b8fe View commit details
    Browse the repository at this point in the history
  16. chore: remove unused vector header

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d32dfbc View commit details
    Browse the repository at this point in the history
  17. chore: fix naming concatenated_cloud_publisher

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    07cb753 View commit details
    Browse the repository at this point in the history
  18. chore: fix namimg diagnostic_updater_

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    490b15c View commit details
    Browse the repository at this point in the history
  19. chore: specify parameter in comment

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8f16896 View commit details
    Browse the repository at this point in the history
  20. chore: change RCLCPP_WARN to RCLCPP_WARN_STREAM_THROTTLE

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1d89cdd View commit details
    Browse the repository at this point in the history
  21. chore: add comment for cancelling timer

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    651c666 View commit details
    Browse the repository at this point in the history
  22. chore: merge remote branch

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0aae2ec View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    370483c View commit details
    Browse the repository at this point in the history
  2. chore: fix spell errors

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4c0b585 View commit details
    Browse the repository at this point in the history
  3. chore: fix more spell error

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2decb65 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. chore: rename mutex and lock

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    eeb310d View commit details
    Browse the repository at this point in the history
  2. chore: const reference for string parameter

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9a85a52 View commit details
    Browse the repository at this point in the history
  3. chore: add explaination for RclcppTimeHash_

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1114898 View commit details
    Browse the repository at this point in the history
  4. chore: change the concatenate node to parent node

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    84b547c View commit details
    Browse the repository at this point in the history
  5. chore: clean processOdometry and processTwist

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e49d521 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. chore: change twist shared pointer queue to twist queue

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    5ae681c View commit details
    Browse the repository at this point in the history
  2. chore: refactor compensate pointcloud to function

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3a8ff07 View commit details
    Browse the repository at this point in the history
  3. chore: reallocate memory for concatenate_cloud_ptr

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    49b54d4 View commit details
    Browse the repository at this point in the history
  4. chore: remove new to make shared

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    de94fa6 View commit details
    Browse the repository at this point in the history
  5. chore: dis to distance

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7979153 View commit details
    Browse the repository at this point in the history
  6. chore: refacotr poitncloud_sub

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b344427 View commit details
    Browse the repository at this point in the history
  7. chore: return early return but throw runtime error

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b0c8a7c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa0c4dc View commit details
    Browse the repository at this point in the history
  9. chore: fix spell error

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    66a62d1 View commit details
    Browse the repository at this point in the history
  10. chore: remove redundant function call

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    67bfa26 View commit details
    Browse the repository at this point in the history
  11. chore: replace conplex tuple to structure

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    bafaea1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c1a4001 View commit details
    Browse the repository at this point in the history
  13. chore: fix camel to snake case

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7ebd332 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. chore: fix logic of publish synchronized pointcloud

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    52ed5ed View commit details
    Browse the repository at this point in the history
  2. chore: fix cpp check

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b863d49 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. chore: remove logging and throw error directly

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    92d69a4 View commit details
    Browse the repository at this point in the history
  2. chore: fix clangd warnings

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    edb0610 View commit details
    Browse the repository at this point in the history
  3. chore: fix json schema

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b6700a9 View commit details
    Browse the repository at this point in the history
  4. chore: fix clangd warning

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    130bcb8 View commit details
    Browse the repository at this point in the history
  5. chore: remove unused variable

    Signed-off-by: vividf <[email protected]>
    vividf committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    31500f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. chore: fix launcher

    Signed-off-by: vividf <[email protected]>
    vividf committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    000c890 View commit details
    Browse the repository at this point in the history
  2. chore: fix clangd warning

    Signed-off-by: vividf <[email protected]>
    vividf committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    55e0d24 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    0611bb9 View commit details
    Browse the repository at this point in the history
  2. chore: ensure thread safety

    Signed-off-by: vividf <[email protected]>
    vividf committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9199a3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6c7a48 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. chore: clean code

    Signed-off-by: vividf <[email protected]>
    vividf committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4815917 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40fe11e View commit details
    Browse the repository at this point in the history
  3. chore: fix diagonistic

    Signed-off-by: vividf <[email protected]>
    vividf committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3433bf0 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. chore: reduce copy operation

    Signed-off-by: vividf <[email protected]>
    vividf committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    09b8ce3 View commit details
    Browse the repository at this point in the history
  2. chore: reserve space for concatenated pointcloud

    Signed-off-by: vividf <[email protected]>
    vividf committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    782228f View commit details
    Browse the repository at this point in the history
  3. chore: fix clangd error

    Signed-off-by: vividf <[email protected]>
    vividf committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3606114 View commit details
    Browse the repository at this point in the history
  4. chore: fix pipeline latency

    Signed-off-by: vividf <[email protected]>
    vividf committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6ed7537 View commit details
    Browse the repository at this point in the history
  5. chore: add debug mode

    Signed-off-by: vividf <[email protected]>
    vividf committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0248a24 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. chore: refactor convert_to_xyzirc_cloud function

    Signed-off-by: vividf <[email protected]>
    vividf committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    76d3b4c View commit details
    Browse the repository at this point in the history
  2. chore: fix json schema

    Signed-off-by: vividf <[email protected]>
    vividf committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e709d37 View commit details
    Browse the repository at this point in the history
  3. chore: fix logging output

    Signed-off-by: vividf <[email protected]>
    vividf committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    fcdb989 View commit details
    Browse the repository at this point in the history
  4. chore: fix the output order of the debug mode

    Signed-off-by: vividf <[email protected]>
    vividf committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    460b467 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. chore: fix pipeline latency output

    Signed-off-by: vividf <[email protected]>
    vividf committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    798cbd6 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. chore: clean code

    Signed-off-by: vividf <[email protected]>
    vividf committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a2e8b77 View commit details
    Browse the repository at this point in the history
  2. chore: set some parameters to false in testing

    Signed-off-by: vividf <[email protected]>
    vividf committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2562d6e View commit details
    Browse the repository at this point in the history
  3. chore: fix default value for schema

    Signed-off-by: vividf <[email protected]>
    vividf committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a970f79 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

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

Commits on Oct 28, 2024

  1. chore: fix diagnostic msgs

    Signed-off-by: vividf <[email protected]>
    vividf committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4e39bbc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/redesign_concatenate_and_time_sync_node' of git…

    …hub.com:vividf/autoware.universe into feature/redesign_concatenate_and_time_sync_node
    vividf committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    fe2e5c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    50036b5 View commit details
    Browse the repository at this point in the history
  2. chore: fix parameter for sample ros bag

    Signed-off-by: vividf <[email protected]>
    vividf committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    afa000d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. chore: autoware point type namespace

    Signed-off-by: vividf <[email protected]>
    vividf committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    19170a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4dea9f View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

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

Commits on Nov 13, 2024

  1. chore: update readme

    Signed-off-by: vividf <[email protected]>
    vividf committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3123849 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/redesign_concatenate_and_time_sync_node' of git…

    …hub.com:vividf/autoware.universe into feature/redesign_concatenate_and_time_sync_node
    vividf committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ce2119b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. chore: fix empty pointcloud

    Signed-off-by: vividf <[email protected]>
    vividf committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    e115071 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'autowarefoundation:main' into feature/redesign_concaten…

    …ate_and_time_sync_node
    vividf authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    1b2f2b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    5bcb02d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/redesign_concatenate_and_time_sync_node' of git…

    …hub.com:vividf/autoware.universe into feature/redesign_concatenate_and_time_sync_node
    vividf committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    7224ad5 View commit details
    Browse the repository at this point in the history
  3. chore: remove duplicated logic

    Signed-off-by: vividf <[email protected]>
    vividf committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    16d1bce View commit details
    Browse the repository at this point in the history
  4. chore: fix logic for handling empty pointcloud

    Signed-off-by: vividf <[email protected]>
    vividf committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    8d7d1e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba2a3af View commit details
    Browse the repository at this point in the history
  6. chore: clean code

    Signed-off-by: vividf <[email protected]>
    vividf committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    7b20619 View commit details
    Browse the repository at this point in the history
  7. chore: remove rosbag_replay parameter

    Signed-off-by: vividf <[email protected]>
    vividf committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    972758f View commit details
    Browse the repository at this point in the history