-
Notifications
You must be signed in to change notification settings - Fork 93
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
Ubuntu 24.04 Compatibility #76
Comments
Hi I am using the LIVOX MID360 with Ubuntu 24.04 LTS and ROS2 Jazzy. diff --git a/sdk_core/comm/define.h b/sdk_core/comm/define.h
index 66996bf..fa4ce9f 100644
--- a/sdk_core/comm/define.h
+++ b/sdk_core/comm/define.h
@@ -33,6 +33,8 @@
#include <atomic>
#include "livox_lidar_def.h"
+#include <cstdint> // add
+
namespace livox {
namespace lidar {
diff --git a/sdk_core/logger_handler/file_manager.h b/sdk_core/logger_handler/file_manager.h
index 242a431..21ac536 100644
--- a/sdk_core/logger_handler/file_manager.h
+++ b/sdk_core/logger_handler/file_manager.h
@@ -28,6 +28,7 @@
#include <string>
#include <vector>
#include <map>
+#include <cstdint> // add |
Thanks, works for me as well. |
Very helpful, Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
is this SDK compatible with Ubuntu 24.04 / do you have plans to port it?
Thanks!
The text was updated successfully, but these errors were encountered: