Changeset 94 in flair-dev for trunk/include/FlairSimulator/Simulator.h
- Timestamp:
- Jan 8, 2019, 10:14:12 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/FlairSimulator/Simulator.h
r50 r94 44 44 // yaw_deg: rotation of the vrpn coordinate with respect to the earth 45 45 // coordinate, around z axis 46 Simulator(std::string name, int optitrack_mstime = 10, float yaw_deg = 30 );46 Simulator(std::string name, int optitrack_mstime = 10, float yaw_deg = 30, int port=3883); 47 47 ~Simulator(); 48 48 void RunSimu(void);
Note:
See TracChangeset
for help on using the changeset viewer.