#include <ros/ros.h>#include <visualization_msgs/MarkerArray.h>#include <sick_scan/RadarScan.h>#include <ros/package.h>#include <math.h>#include "radar_object_marker/radar_object_marker.h"#include "pcl_converter/gnuplotPaletteReader.h"
Go to the source code of this file.
Functions | |
| void | callback (const sick_scan_xd::RadarScan::ConstPtr &oa) |
| bool | checkForAngleInterval (float orgAngle, float *dstAngle, float mainAngle, float mainAngleTol) |
| bool | checkForAngleIntervalTestbed () |
| bool | isWithinRange (float testAngle, float a, float b) |
| int | main (int argc, char **argv) |
| void | normalize (float &angle) |
Variables | |
| float | ballRadius = 0.1 |
| float | objectArrowScale = 1.0 |
| GnuPlotPalette | pal |
| ros::Publisher | pub |
| ros::Publisher | pub_cloud |
| bool | usingPal = false |
| void callback | ( | const sick_scan_xd::RadarScan::ConstPtr & | oa | ) |
Definition at line 157 of file radar_object_marker.cpp.
| bool checkForAngleInterval | ( | float | orgAngle, |
| float * | dstAngle, | ||
| float | mainAngle, | ||
| float | mainAngleTol | ||
| ) |
Definition at line 99 of file radar_object_marker.cpp.
| bool checkForAngleIntervalTestbed | ( | ) |
Definition at line 128 of file radar_object_marker.cpp.
| bool isWithinRange | ( | float | testAngle, |
| float | a, | ||
| float | b | ||
| ) |
Definition at line 85 of file radar_object_marker.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 645 of file radar_object_marker.cpp.
| void normalize | ( | float & | angle | ) |
Definition at line 79 of file radar_object_marker.cpp.
| float ballRadius = 0.1 |
Definition at line 68 of file radar_object_marker.cpp.
| float objectArrowScale = 1.0 |
Definition at line 69 of file radar_object_marker.cpp.
| GnuPlotPalette pal |
Definition at line 70 of file radar_object_marker.cpp.
| ros::Publisher pub |
Definition at line 73 of file radar_object_marker.cpp.
| ros::Publisher pub_cloud |
Definition at line 74 of file radar_object_marker.cpp.
| bool usingPal = false |
Definition at line 71 of file radar_object_marker.cpp.