Changeset 334 in flair-src


Ignore:
Timestamp:
10/02/19 11:07:57 (5 years ago)
Author:
Sanahuja Guillaume
Message:

misc

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/demos/CircleFollower/simulator/src/main.cpp

    r291 r334  
    8989}
    9090
    91 int main(int argc, char* argv[])
    92 {
     91int main(int argc, char* argv[]) {
    9392  Simulator* simu;
    9493  Model* drone;
  • trunk/tools/VrpnLite/src/VrpnLite.cpp

    r331 r334  
    4242    if(vrpnobjects.size()>0) {
    4343      //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???
    4445      if(WaitUpdate(vrpnobjects.at(vrpnobjects.size()-1),100000000)) {
    4546          SendObjects();
Note: See TracChangeset for help on using the changeset viewer.