Receive data from the sick lms laser sensor via ethernet. More...
#include <csignal>#include <cstdio>#include <lms1xx/lms1xx.h>#include "ros/ros.h"#include "sensor_msgs/LaserScan.h"
Go to the source code of this file.
Macros | |
| #define | DEG2RAD M_PI/180.0 |
Functions | |
| int | main (int argc, char **argv) |
Receive data from the sick lms laser sensor via ethernet.
Definition in file lms1xx_node.cpp.
| #define DEG2RAD M_PI/180.0 |
Definition at line 38 of file lms1xx_node.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 40 of file lms1xx_node.cpp.