Skip to content
View rxba's full-sized avatar

Block or report rxba

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Extract ROS rosbag point cloud data ... Extract ROS rosbag point cloud data to common file format (.ply/.pcd/...). Multiprocessing for multiple topics, e.g. from solid-state LiDAR; optional visualization with Open3D.
    1
    # ---------------------------
    2
    # Extract point cloud data from ROS bags and accumulate it into a single point cloud (e.g. .ply .pcd .xyz).
    3
    # Uses multiprocessing if multiple point cloud topics are to be aggregated into one file
    4
    # , e.g. accumulating solid-state LiDAR returns.
    5
    #