Skip to content

Commit

Permalink
Add missing robot platform types (#890)
Browse files Browse the repository at this point in the history
* Add missing robot platform types

Signed-off-by: Nate Koenig <[email protected]>

* Added hovermap and marv

Signed-off-by: Nate Koenig <[email protected]>

* Added spot and fix dependency

Signed-off-by: Nate Koenig <[email protected]>

Co-authored-by: Nate Koenig <[email protected]>
  • Loading branch information
nkoenig and Nate Koenig authored Apr 16, 2021
1 parent 9ccdba7 commit 3bfb396
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</description>
<depend>
<model>
<uri>https://fuel.ignitionrobotics.org/1.0/openrobotics/models/bosdyn spot</uri>
<uri>https://fuel.ignitionrobotics.org/1.0/openrobotics/models/bosdyn_spot</uri>
</model>
</depend>
</model>
Expand Down
36 changes: 24 additions & 12 deletions subt_ign/include/subt_ign/RobotPlatformTypes.hh
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,35 @@
/// \brief List of robot platform types. This is used to count unique robot
/// types.
const std::vector<std::string> robotPlatformTypes = {
"X1",
"X2",
"X3",
"X4",
"HUSKY",
"TEAMBASE",
"ABSOLEM",
"ALLIE",
"ANYMAL_B",
"M100",
"ANYMAL_C",
"DS1",
"DTR",
"FREYJA",
"KLOUBAK",
"GAGARIN"
"HD2",
"HOVERMAP",
"HUSKY",
"KAREN",
"KLOUBAK",
"M100",
"MARV",
"OZBOT_ATR",
"PAM",
"QAV500",
"R2",
"DS1",
"OZBOT_ATR",
"ABSOLEM",
"GAGARIN"
"R3",
"RMF",
"SHAFTER",
"SPOT",
"TEAMBASE",
"X1",
"X2",
"X3",
"X4",
"X500",
};

#endif

0 comments on commit 3bfb396

Please sign in to comment.