mirror of
https://github.com/introlab/rtabmap_ros.git
synced 2026-09-16 08:10:19 +08:00
Debug builtin interfaces issue (#1328)
* debugging builtin_interfaces issue on arm64 * add logh * cmake debug * show arch * refactored * explicit find_library * explicitly search builtin_interfaces__rosidl_generator_c * fixing in rtabmap_slam * rtabmap_sync * openssl error * rtabmap odom * rtabmap_viz * adding missing deps instead * testing on all distros * limit fix to humble-aarch64 build * remvoed debug code * Running aarch64 workaround for all distros * message_filters error * added cmake --debug-find * using 2 threads * reseting ros2 ci
This commit is contained in:
@@ -10,6 +10,15 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
||||
add_compile_options(-Wall -Wextra -Wpedantic)
|
||||
endif()
|
||||
|
||||
if(CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64")
|
||||
# issues #1285 #1288
|
||||
find_library(
|
||||
rcutils_LIB NAMES rcutils
|
||||
PATHS "/opt/ros/$ENV{ROS_DISTRO}/lib"
|
||||
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH REQUIRED
|
||||
)
|
||||
endif()
|
||||
|
||||
##################
|
||||
## Dependencies ##
|
||||
##################
|
||||
|
||||
Reference in New Issue
Block a user