Skip to content

Commit

Permalink
Change cost of stairwell platform
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoenig committed Apr 8, 2020
1 parent 6ad2b7d commit b6932f2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions subt_ign/src/ConnectionHelper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,11 @@ std::map<std::string, subt::ConnectionHelper::ConnectionType>
{"Urban Service Room Straight Lights", subt::ConnectionHelper::STRAIGHT},
{"Urban Platform", subt::ConnectionHelper::TURN},
{"Urban Platform Open", subt::ConnectionHelper::TURN},
{"Urban Stairwell Platform", subt::ConnectionHelper::TURN},
{"Urban Stairwell Platform Lights", subt::ConnectionHelper::TURN},
{"Urban Stairwell Platform Centered", subt::ConnectionHelper::TURN},
{"Urban Stairwell Platform Centered Lights", subt::ConnectionHelper::TURN},
{"Urban Stairwell Platform", subt::ConnectionHelper::STRAIGHT},
{"Urban Stairwell Platform Lights", subt::ConnectionHelper::STRAIGHT},
{"Urban Stairwell Platform Centered", subt::ConnectionHelper::STRAIGHT},
{"Urban Stairwell Platform Centered Lights",
subt::ConnectionHelper::STRAIGHT},
{"Urban Starting Area", subt::ConnectionHelper::STRAIGHT},
{"Urban Elevation Up", subt::ConnectionHelper::STRAIGHT},
{"Urban Elevation Up Lights", subt::ConnectionHelper::STRAIGHT},
Expand Down

0 comments on commit b6932f2

Please sign in to comment.