Skip to content

Commit

Permalink
Added the db I'm using and the maps
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsbore committed Jan 31, 2017
1 parent b82ae93 commit 5fd80e3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
Binary file added db/somadata/roi.bson
Binary file not shown.
1 change: 1 addition & 0 deletions db/somadata/roi.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "ns" : "somadata.roi", "name" : "_id_" }, { "v" : 1, "key" : { "geoloc" : "2dsphere" }, "ns" : "somadata.roi", "name" : "geoloc_2dsphere" } ] }
5 changes: 5 additions & 0 deletions maps/dynamic_map.pgm

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions maps/dynamic_map.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
image: dynamic_map.pgm
resolution: 0.050000
origin: [-30.000000, -30.000000, 0.000000]
negate: 0
occupied_thresh: 0.65
free_thresh: 0.196

0 comments on commit 5fd80e3

Please sign in to comment.