Ignore:
Timestamp:
07/04/17 09:38:26 (7 years ago)
Author:
Sanahuja Guillaume
Message:

changement post/pre rotation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairSensorActuator/src/VrpnClient_impl.cpp

    r167 r187  
    5656  setup_tab = new Tab(tab, "Reglages");
    5757
    58   rotation_1 = new OneAxisRotation(setup_tab->NewRow(), "post rotation 1");
    59   rotation_2 = new OneAxisRotation(setup_tab->NewRow(), "post rotation 2");
     58  rotation_1 = new OneAxisRotation(setup_tab->NewRow(), "post rotation 1",OneAxisRotation::PreRotation);
     59  rotation_2 = new OneAxisRotation(setup_tab->NewRow(), "post rotation 2",OneAxisRotation::PreRotation);
    6060}
    6161
     
    7676  setup_tab = new Tab(tab, "Reglages");
    7777
    78   rotation_1 = new OneAxisRotation(setup_tab->NewRow(), "post rotation 1");
    79   rotation_2 = new OneAxisRotation(setup_tab->NewRow(), "post rotation 2");
     78  rotation_1 = new OneAxisRotation(setup_tab->NewRow(), "post rotation 1",OneAxisRotation::PreRotation);
     79  rotation_2 = new OneAxisRotation(setup_tab->NewRow(), "post rotation 2",OneAxisRotation::PreRotation);
    8080}
    8181
Note: See TracChangeset for help on using the changeset viewer.