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 tried adding "CGO_ENABLED=1" when cross-compiling, but it still didn't work because ros2 arm-version library is also needed.
Finally, I successfully compiled rclgo in the Arm64 container containing the ROS2 environment, although running the arm container on the x86 host requires qemu support.
Ugly but works, so I still hope you can provide an elegant solution later.
@lassilaiho help!
I try to cross compling rclgo in docker container use image osrf/ros:humble-desktop (on my x86 linux) , but got this:
The text was updated successfully, but these errors were encountered: