Closed goekce closed 3 years ago
Probably https://github.com/Snaipe/Mimick/issues/17#issue-733092525 is a better workaround. But I will leave my PR a while here. @Snaipe feel free to delete this PR if it is too naive. also related to https://github.com/ros2/mimick_vendor/issues/11
a better PR: https://github.com/ros2/Mimick/pull/14
Update: https://github.com/ros2/Mimick/pull/16 seems better
No feedback, so I will close this PR.
I noticed that ros2/mimick is many commits ahead of this repo. There is already a PR regarding armv7l support: https://github.com/ros2/Mimick/pull/16
CMAKE_SYSTEM_PROCESSOR is the same as CMAKE_HOST_SYSTEM_PROCESSOR when building for the host system. CMAKE_HOST_SYSTEM_PROCESSOR is
uname -m
on Linux. On RPi 3uname -m = armv7l
.https://cmake.org/cmake/help/v3.18/variable/CMAKE_SYSTEM_PROCESSOR.html