Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ It only depends on OpenCV, but it should be included in the ROS distribution.
2. Run this line from your catkin workspace root, `indigo` here should be replaced with your preferred ROS distro.
`rosdep install --from-paths src --ignore-src --rosdistro indigo -y`

3. Build all by running catkin_make in your workspace root.
3. Build all by running `catkin_make - j1` in your workspace root(j1 for arm architecture).

*Tip: Set your favorite compilation flags in line 12 and 13 of* `Thirdparty/DBoW2/CMakeLists.txt` (by default -03 -march=native)

Expand Down
2 changes: 1 addition & 1 deletion orb_slam/src/ORBextractor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
*********************************************************************/


#include <opencv2/core/core.hpp>
#include <opencv2/opencv.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <vector>

Expand Down