-
Notifications
You must be signed in to change notification settings - Fork 38
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
The livox online config #24
Comments
Hi minxuanjun, |
Great! |
Closing this issue as it is resolved by release v1.4.0. |
Have you ever used this great mapping library using solid-state Lidar (e.g. Livox horizon or Livox Mid-40, etc)? Thanks for your time! @minxuanjun |
@YoungCapta1n, we haven't tried wavemap with Livox Horizon or Mid-40 LiDARs yet, but it should work well. I'd recommend trying the spherical projection model with the |
Thanks a lot! I will try wavemap with Livox Horizon as soon as possible, and share the mapping results and config files. @victorreijgwart |
Hi Dr. Victor Reijgwart @victorreijgwart , I've tried to run a real-time mapping demo using Livox Horizon, where the livox-driver (instead of livox-driver2) are used.
The tf results The livox-driver and fast-lio run normally. However, the mapping results are not shown in RVIZ, as shown Thanks for your time! |
Hi @YoungCapta1n, It seems there is an issue with the time stamps. In the frames.pdf file you shared, the "Most recent transform" timestamps for the Are you running the demo on live data, or using recorded data (e.g. from a rosbag or .lvx file)? From the files you shared, it seems that you are running it on live data but it's hard to tell from screenshots. As a side question, are you using wavemap in Docker, or are you running it directly on the host? |
The wavemap is running directly on the host with live data. I have tried the demo using Livox Mid360, it works well. |
Hi @YoungCapta1n, Would it be possible for you to share a rosbag with me for debugging? If so, could you include the following topics:
And could you also share your |
Thank your great work!
I test your project in lixel mid360. I find you may don't update the config lixel_mind360.yaml in time
`map:
general:
world_frame: "odom"
thresholding_period: { seconds: 2.0 }
pruning_period: { seconds: 10.0 }
visualization_period: { seconds: 2.0 }
data_structure:
type: "hashed_chunked_wavelet_octree"
min_cell_width: { meters: 0.2 }
inputs:
general:
topic_name: "/livox/lidar"
topic_type: "livox"
undistort_motion: true
topic_queue_length: 100
max_wait_for_pose: { seconds: 1.0 }
reprojected_pointcloud_topic_name: "/wavemap/reprojected_pointcloud"
projected_range_image_topic_name: "/wavemap/projected_range_image"
`
. And I find you forgot to set sensor_frame_id in yaml.
The text was updated successfully, but these errors were encountered: