![]() |
Laelaps
2.3.5
RoadNarrows Robotics Small Outdoor Mobile Robot Project
|
Perform Laelaps Time-of-Flight sensors diagnostics. More...
#include <unistd.h>#include <termios.h>#include <string.h>#include <stdio.h>#include <stdlib.h>#include <stdarg.h>#include <iostream>#include <fstream>#include <string>#include <vector>#include "rnr/rnrconfig.h"#include "rnr/log.h"#include "rnr/opts.h"#include "rnr/pkg.h"#include "Laelaps/laelaps.h"#include "Laelaps/laeUtils.h"#include "Laelaps/laeDesc.h"#include "Laelaps/laeSysDev.h"#include "Laelaps/laeI2C.h"#include "Laelaps/laeVL6180.h"#include "laelaps_diag.h"Go to the source code of this file.
Functions | |
| static DiagStats | initSensors (LaeRangeSensorGroup &rnggrp) |
| static DiagStats | getSensorInfo (LaeRangeSensorGroup &rnggrp) |
| static DiagStats | measureDistance (LaeRangeSensorGroup &rnggrp, int cnt) |
| static DiagStats | measureAmbient (LaeRangeSensorGroup &rnggrp, int cnt) |
| DiagStats | runToFDiagnostics (bool bAnyKey) |
Variables | |
| static const char * | SubSysName = "ToF" |
| static const char * | ProdName = "VL6180" |
| static const char * | SensorKeys [ToFSensorMaxNumOf] |
Perform Laelaps Time-of-Flight sensors diagnostics.
Definition in file diagToF.cxx.
|
static |
Definition at line 82 of file diagToF.cxx.