Skip to content

Commit

Permalink
Merge pull request open-rmf#12 from osrf/add_optional_charger_vertex_…
Browse files Browse the repository at this point in the history
…parameter

add is_charger vertex parameter
  • Loading branch information
codebot committed Nov 26, 2019
2 parents 2573851 + 30e3a86 commit 07c47b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/vertex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ using std::pair;
const vector<pair<string, Param::Type> > Vertex::allowed_params
{
{ "is_parking_spot", Param::Type::BOOL },
{ "is_charger", Param::Type::BOOL},
{ "workcell_name", Param::Type::STRING }
};

Expand Down

0 comments on commit 07c47b4

Please sign in to comment.