You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to compile the Ardusub drivers for ROS2 Humble, to include in a cross-platform container. I have the Libmavconn header libraries installed, the MAVROS driver has also been installed and is working. When I try to build the Ardusub driver in my container, the following error is thrown by the ardusub_manager package. The error thrown is as follows:
CMake Error at /opt/ros/humble/share/ament_cmake_core/cmake/symlink_install/ament_cmake_symlink_install_targets.cmake:102 (file):
Error evaluating generator expression:
$<TARGET_FILE:ardusub_manager_parameters>
Target "ardusub_manager_parameters" is not an executable or library.
Call Stack (most recent call first):
/opt/ros/humble/share/ament_cmake_core/cmake/symlink_install/install.cmake:37 (ament_cmake_symlink_install_targets)
CMakeLists.txt:35 (install)
Any insight or guidance anyone could provide would be greatly appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have been trying to compile the Ardusub drivers for ROS2 Humble, to include in a cross-platform container. I have the Libmavconn header libraries installed, the MAVROS driver has also been installed and is working. When I try to build the Ardusub driver in my container, the following error is thrown by the ardusub_manager package. The error thrown is as follows:
CMake Error at /opt/ros/humble/share/ament_cmake_core/cmake/symlink_install/ament_cmake_symlink_install_targets.cmake:102 (file):
Error evaluating generator expression:
Target "ardusub_manager_parameters" is not an executable or library.
Call Stack (most recent call first):
/opt/ros/humble/share/ament_cmake_core/cmake/symlink_install/install.cmake:37 (ament_cmake_symlink_install_targets)
CMakeLists.txt:35 (install)
Any insight or guidance anyone could provide would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions