Skip to content

Commit bbd6152

Browse files
authored
Add traversability layer name to python bindings (#77)
1 parent e1bb5ad commit bbd6152

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/bindings/src/spark_types.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ void init_spark_types(py::module_& m) {
6161
.def_readonly_static("AGENTS", &DsgLayers::AGENTS)
6262
.def_readonly_static("PLACES", &DsgLayers::PLACES)
6363
.def_readonly_static("MESH_PLACES", &DsgLayers::MESH_PLACES)
64+
.def_readonly_static("TRAVERSABILITY", &DsgLayers::TRAVERSABILITY)
6465
.def_readonly_static("ROOMS", &DsgLayers::ROOMS)
6566
.def_readonly_static("BUILDINGS", &DsgLayers::BUILDINGS)
6667
.def_static(

0 commit comments

Comments
 (0)