-
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
compile error using wavemap 2.0 with LIVOX_AVAILABLE #67
Comments
Thanks a lot for reporting this @YoungCapta1n. Something must have gone wrong when refactoring, and it slipped through our tests. I'll dig into it and get back to you this afternoon. |
I try to modify the code as follows, All 7 packages succeeded! src/wavemap/interfaces/ros1/wavemap_ros/include/wavemap_ros/inputs/impl/pointcloud_topic_input_impl.h src/wavemap/interfaces/ros1/wavemap_ros/src/inputs/pointcloud_topic_input.cc |
Thanks for the suggested fix! It also solves the issue on my machine. I'll open a PR for this patch. Regarding the crop_map operation, you need to set its |
Thanks for your reply!. |
@YoungCapta1n, I added you as a co-author for this fix to acknowledge your contribution (see #68). But I wanted to check with you just in case. If you would prefer not to be mentioned, let me know - the commit can still be changed before it gets merged. |
One thing that changed between the In your tests, are you replaying a rosbag? If so, could you check if you set |
Thanks for your reply. I use wavemap2.0 with real-time stream of MID-360, not rosbag. I will check the timestamp and test the crop operation. |
Hi @YoungCapta1n, I'll close this issue for now since the bug is fixed. If you have follow-up questions or would like to discuss how the timing is handled for map operations, don't hesitate to open a new issue :) |
Question
Thanks for updating wavemap. I've tested wavemap 1.6.3 with livox mid360, it works very well.
When I try a native installation with wavemap 2.0, it cannot build successfully. The compile error is shown as follows,
Images
The text was updated successfully, but these errors were encountered: