diff --git a/gui/vertex.cpp b/gui/vertex.cpp index 2108ffa8..95bc37bb 100644 --- a/gui/vertex.cpp +++ b/gui/vertex.cpp @@ -26,6 +26,7 @@ using std::pair; const vector > Vertex::allowed_params { { "is_parking_spot", Param::Type::BOOL }, + { "is_charger", Param::Type::BOOL}, { "workcell_name", Param::Type::STRING } };