Namespaces | |
| cola2 | |
| communication | |
| data_processing | |
| datastructure | |
Classes | |
| class | SickSafetyscanners | 
| Class managing the algorithmic part of the package.  More... | |
| class | SickSafetyscannersRos | 
| The SickSafetyscannersRos class.  More... | |
Functions | |
| 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... | |
      
  | 
  inline | 
Converts degrees to radians.
| deg | Degrees to convert. | 
Definition at line 69 of file SickSafetyscannersRos.h.
      
  | 
  inline | 
Converts radians to degrees.
| rad | Input radians to convert | 
Definition at line 79 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 91 of file SickSafetyscannersRos.h.