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 use jetson xavier orin to compile this project,according to #9 ,I change file rpg_svo_pro_open/svo_cmake/cmake/Modules/SvoSetup.cmake,but I still got the error :
unrecognized command line option '-mfpu=neon'
so I made the same change in /fast_neon/CMakeLists.txt and got the following error:
/home/agent0/svo_ws/src/fast_neon/src/faster_corner_9_neon.cpp:44:37: error: ‘load_ui128’ was not declared in this scope
44 | const uint8x16_t here = load_ui128((const uint8_t*)(p));
The text was updated successfully, but these errors were encountered:
I use jetson xavier orin to compile this project,according to #9 ,I change file rpg_svo_pro_open/svo_cmake/cmake/Modules/SvoSetup.cmake,but I still got the error :
unrecognized command line option '-mfpu=neon'
so I made the same change in /fast_neon/CMakeLists.txt and got the following error:
/home/agent0/svo_ws/src/fast_neon/src/faster_corner_9_neon.cpp:44:37: error: ‘load_ui128’ was not declared in this scope
44 | const uint8x16_t here = load_ui128((const uint8_t*)(p));
The text was updated successfully, but these errors were encountered: