- Timestamp:
- Oct 2, 2019, 11:07:57 AM (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/demos/CircleFollower/simulator/src/main.cpp
r291 r334 89 89 } 90 90 91 int main(int argc, char* argv[]) 92 { 91 int main(int argc, char* argv[]) { 93 92 Simulator* simu; 94 93 Model* drone; -
trunk/tools/VrpnLite/src/VrpnLite.cpp
r331 r334 42 42 if(vrpnobjects.size()>0) { 43 43 //wait for last one to be sure all are up to date 44 //but if object is not tracked we send nothing... send it unsynchronized??? 44 45 if(WaitUpdate(vrpnobjects.at(vrpnobjects.size()-1),100000000)) { 45 46 SendObjects();
Note:
See TracChangeset
for help on using the changeset viewer.