Ignore:
Timestamp:
Aug 8, 2014, 12:11:00 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppRunRealTime.cpp

    r5876 r5877  
    204204
    205205    if (!output._error && _opt->xyzAprRoverSet()) {
    206       ColumnVector dx(3);
    207       dx[0] = _opt->_xyzAprRover[0] - output._xyzRover[0];
    208       dx[1] = _opt->_xyzAprRover[1] - output._xyzRover[1];
    209       dx[2] = _opt->_xyzAprRover[2] - output._xyzRover[2];
    210       emit newPosition (output._epoTime, dx[0], dx[1], dx[2]);
     206      emit newPosition (output._epoTime, output._neu[0], output._neu[1], output._neu[2]);
    211207    }
    212208
Note: See TracChangeset for help on using the changeset viewer.