Changeset 388 in flair-src for trunk/lib/FlairMeta/src/SumoUgv.h
- Timestamp:
- Dec 21, 2020, 2:50:14 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairMeta/src/SumoUgv.h
r378 r388 28 28 ~SumoUgv(); 29 29 void StartSensors(void); 30 virtual std::string GetType(void) const{return "sumo";} 30 std::string GetType(void) const{return "sumo";} 31 std::string GetDefaultVrpnAddress(void) const{return "172.26.213.1:3883";} 31 32 32 33 private:
Note:
See TracChangeset
for help on using the changeset viewer.