ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

For anyone else that may run into this in the future:

In catkin_ws/src/rgbdslam_v2-hydro/CMakeLists.txt add -march=native -mno-avx to CMAKE_CXX_FLAGS : SET(CMAKE_CXX_FLAGS "-ggdb -O3 -fPIC -std=c++0x -march=native -mno-avx")

I am running 12.04LTS with Hydro and Haswell chipset.

For anyone else that may run into this in the future:

In catkin_ws/src/rgbdslam_v2-hydro/CMakeLists.txt add -march=native -mno-avx to CMAKE_CXX_FLAGS : :


SET(CMAKE_CXX_FLAGS "-ggdb -O3 -fPIC -std=c++0x -march=native -mno-avx")

I am running 12.04LTS with Hydro and Haswell chipset.

For anyone else that may run into this in the future:

In catkin_ws/src/rgbdslam_v2-hydro/CMakeLists.txt add -march=native -mno-avx to CMAKE_CXX_FLAGS :


SET(CMAKE_CXX_FLAGS "-ggdb -O3 -fPIC -std=c++0x -march=native -mno-avx")

I am running 12.04LTS with Hydro and Haswell chipset.