We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bb5ad commit bbd6152Copy full SHA for bbd6152
python/bindings/src/spark_types.cpp
@@ -61,6 +61,7 @@ void init_spark_types(py::module_& m) {
61
.def_readonly_static("AGENTS", &DsgLayers::AGENTS)
62
.def_readonly_static("PLACES", &DsgLayers::PLACES)
63
.def_readonly_static("MESH_PLACES", &DsgLayers::MESH_PLACES)
64
+ .def_readonly_static("TRAVERSABILITY", &DsgLayers::TRAVERSABILITY)
65
.def_readonly_static("ROOMS", &DsgLayers::ROOMS)
66
.def_readonly_static("BUILDINGS", &DsgLayers::BUILDINGS)
67
.def_static(
0 commit comments