Namespaces | |
cola2 | |
communication | |
data_processing | |
datastructure | |
read_write_helper | |
Classes | |
class | SickSafetyscanners |
Class managing the algorithmic part of the package. More... | |
class | SickSafetyscannersRos |
The SickSafetyscannersRos class. More... | |
Typedefs | |
typedef diagnostic_updater::DiagnosedPublisher< sensor_msgs::LaserScan > | DiagnosedLaserScanPublisher |
Functions | |
std::string | boolToString (bool b) |
float | degToRad (float deg) |
Converts degrees to radians. More... | |
float | radToDeg (float rad) |
Converts radians to degrees. More... | |
uint16_t | skipToPublishFrequency (int skip) |
Converts a skip value into a "publish frequency" value. More... | |
typedef diagnostic_updater::DiagnosedPublisher<sensor_msgs::LaserScan> sick::DiagnosedLaserScanPublisher |
Definition at line 98 of file SickSafetyscannersRos.h.
std::string sick::boolToString | ( | bool | b | ) |
Definition at line 285 of file SickSafetyscannersRos.cpp.
|
inline |
Converts degrees to radians.
deg | Degrees to convert. |
Definition at line 71 of file SickSafetyscannersRos.h.
|
inline |
Converts radians to degrees.
rad | Input radians to convert |
Definition at line 81 of file SickSafetyscannersRos.h.
|
inline |
Converts a skip value into a "publish frequency" value.
skip | The number of scans to skip between each measured scan. For a 25Hz laser, setting 'skip' to 0 makes it publish at 25Hz, 'skip' to 1 makes it publish at 12.5Hz. |
Definition at line 93 of file SickSafetyscannersRos.h.