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

Livox-SDK: fix unallocated sdk_framework_cfg_ptr_ #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lucabart97
Copy link

In DeviceManager, the Init without config path does not allocate the LivoxLidarSdkFrameworkCfg, resulting in a segfault when the callbacks try to check the master_sdk param. Set it by default to true when the initialization is done using the host IP.

LivoxLidarSdkInit(nullptr, "192.168.1.200")

Signed-off-by: Luca Bartoli <luca.bartoli@hipert.it>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant