Skip to content

Commit

Permalink
Turn off orbslam2 and rtabmap on raspberry #574
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoop authored and Maverick user committed Nov 2, 2017
1 parent 915133c commit ef3fdfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conf/sample-nodes/maverick-raspberry.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
// "maverick_vision::visiond::active": true,
// "maverick_vision::vision_landing::active": false,

"maverick_vision::orb_slam2": true,
"maverick_vision::rtabmap": true,
"maverick_vision::orb_slam2": false,
"maverick_vision::rtabmap": false,

// Add classes here
"classes": [
Expand Down
4 changes: 2 additions & 2 deletions conf/sample-nodes/maverick-raspberrylite.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"maverick_vision::visiond": false,
"maverick_vision::vision_landing::active": false,

// "maverick_vision::orb_slam2": true,
// "maverick_vision::rtabmap": true,
"maverick_vision::orb_slam2": false,
"maverick_vision::rtabmap": false,

// Add classes here
"classes": [
Expand Down

0 comments on commit ef3fdfe

Please sign in to comment.