Skip to content

Commit

Permalink
update to new binary version
Browse files Browse the repository at this point in the history
  • Loading branch information
slimeth committed Nov 3, 2020
1 parent 4aa396b commit 20ea618
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions flightlib/include/flightlib/bridges/unity_message_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ using json = nlohmann::json;
namespace flightlib {

enum UnityScene {
WAREHOUSE = 0,
GARAGE = 1,
TUNELS = 2,
INDUSTRIAL = 0,
WAREHOUSE = 1,
GARAGE = 2,
TUNELS = 4,
NATUREFOREST = 3,
// total number of environment
SceneNum = 4
SceneNum = 5
};

// Unity Camera, should not be used alone.
Expand Down

0 comments on commit 20ea618

Please sign in to comment.