-
Notifications
You must be signed in to change notification settings - Fork 132
Ubuntu 24.04 Compatibility #76
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
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. |
@porizou Hi , this method also works for me, but when I was trying to build the ROS2 environment ,it failed . ./build.sh ROS2. then shows CMake Error at CMakeLists.txt:224 (find Package). Do you have any ideas? thks! The |
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: