Closed Dreadlocke1984 closed 3 years ago
I was able to solve the issue. The problem was with the ze_setup.cmake file, which is included in the CMakeLists.txt file of ze_common.
I referred to the following link for the solution: - https://stackoverflow.com/questions/32523589/svo-fast-coner-detector-installation-plain-cmake-no-ros
I opened the ze_setup.cmake file in gedit and commented lines 20 to 25.
I then added the following to line 26: - SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=armv8-a")
I was successfully able to compile the 36 modules and able to run the Planar Renderer example.
Hello, First and foremost, thanks for developing the simulator! I am trying to install it by following the installation instructions given in the installation wiki. However, after I try the command: -
catkin build esim_ros
I get the following error: -
I am not able to resolve it.
I am using Ubuntu 18.04, OpenCV4 and ROS Melodic.