Changeset 71 in pacpussensors for trunk/Sick/SickLDMRSSensor.h


Ignore:
Timestamp:
11/19/14 10:24:51 (10 years ago)
Author:
DHERBOMEZ Gérald
Message:

Correction of Sick LIDAR LDMRS code: problem when decoding the points cloud (with Chunlei Yu).
Correction of a small bug in Win32SerialPort when receiving RX_FLAG.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Sick/SickLDMRSSensor.h

    r61 r71  
    2222#include "AbstractSickSensor.h"
    2323#include "SickLDMRSData.h"
    24 
     24#include "AlascaViewer3D.h"
    2525#include <fstream>
    2626#include <string>
     
    199199    SickSocket * S_socket;
    200200
     201signals:
     202  void refreshDisplay();
     203
    201204private:
    202205    /// Name is used to recognize between several sensors and store data into .dbt and utc files.
     
    255258    std::ofstream dataFile_; //!< UTC file.
    256259
    257 
    258260#ifdef SICKLDMRS_SH_MEM
    259261    ShMem * shmem_;
Note: See TracChangeset for help on using the changeset viewer.