Exemplo n.º 1
0
 void lidar_ScanReceived(object sender, ILidarScanEventArgs<ILidarScan<ILidar2DPoint>> e)
 {
     timeStamp = e.Scan.Timestamp;
 }
Exemplo n.º 2
0
 private void lidar_ScanReceived(object sender, ILidarScanEventArgs <ILidarScan <ILidar2DPoint> > e)
 {
     currentData = e.Scan;
 }
Exemplo n.º 3
0
 void sick_ScanReceived(object sender, ILidarScanEventArgs<ILidarScan<ILidar2DPoint>> e)
 {
     scan = e.Scan;
     BuildHistogram();
 }
Exemplo n.º 4
0
 private void lidar_ScanReceived(object sender, ILidarScanEventArgs<ILidarScan<ILidar2DPoint>> e)
 {
     currentData = e.Scan;
 }
Exemplo n.º 5
0
 void lidar_ScanReceived(object sender, ILidarScanEventArgs <ILidarScan <ILidar2DPoint> > e)
 {
     timeStamp = e.Scan.Timestamp;
 }
Exemplo n.º 6
0
 void lidar_ScanReceived(object sender, ILidarScanEventArgs<ILidarScan<ILidar2DPoint>> e)
 {
     currentData = e.Scan;
     Messaging.lidarScanServer.SendUnreliably(new LidarScanMessage(Messaging.robotID, e.Scan));
 }
Exemplo n.º 7
0
 void lidar_ScanReceived(object sender, ILidarScanEventArgs <ILidarScan <ILidar2DPoint> > e)
 {
     currentData = e.Scan;
     Messaging.lidarScanServer.SendUnreliably(new LidarScanMessage(Messaging.robotID, e.Scan));
 }
Exemplo n.º 8
0
 void sick_ScanReceived(object sender, ILidarScanEventArgs <ILidarScan <ILidar2DPoint> > e)
 {
     scan = e.Scan;
     BuildHistogram();
 }