Usage of Livox-HUB #96
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have used 2 horizon lidars and a livox-hub.
I connected the livox-hub by using livox_hub_rviz.launch.
I received the topic of /livox/lidar one by one, but I could not receive pointCloud2 data of 2 lidars in a once.
Is it right behavior?
Hi @KNoda51
Yes,It's right behavior.
Ros driver‘s current mechanism does not support receiving different lidar's point cloud data at once.
Thank you for your quick reply!
I want to use livox_detection. but I need to detect each pointCould2 data in order. so calculation time is long.
Is there any way to detect 2 pointCloud2 data at once.