#include "sick_laser/motor.h"#include <ros/ros.h>#include <sensor_msgs/LaserScan.h>#include <sensor_msgs/PointCloud.h>#include <pcl/io/pcd_io.h>#include <pcl/point_types.h>#include <vector>#include <fstream>
Go to the source code of this file.
Classes | |
| class | SickLaser |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| bool | g_is_move = false |
| float | g_motor_deg = 0.0 |
| char * | g_motor_dir |
| float | g_speed = 0.0 |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 247 of file get_point_cloud.cpp.
| bool g_is_move = false |
Definition at line 52 of file get_point_cloud.cpp.
| float g_motor_deg = 0.0 |
Definition at line 53 of file get_point_cloud.cpp.
| char* g_motor_dir |
Definition at line 54 of file get_point_cloud.cpp.
| float g_speed = 0.0 |
Definition at line 51 of file get_point_cloud.cpp.