A struct for returning configuration from the Hokuyo. More...
#include <hokuyo.h>
Public Attributes | |
float | ang_increment |
Scan resolution [rad]. | |
float | max_angle |
Stop angle for the laser scan [rad]. 0 is forward and angles are measured clockwise when viewing hokuyo from the top. | |
float | max_range |
Maximum range [m]. | |
float | min_angle |
Start angle for the laser scan [rad]. 0 is forward and angles are measured clockwise when viewing hokuyo from the top. | |
float | min_range |
Minimum range [m]. | |
float | range_res |
Range Resolution [m]. | |
float | scan_time |
Time between scans. | |
float | time_increment |
Scan resoltuion [s]. |