INTRODUCTION Overview Download and Install Documentation Publications REPOSITORY Libraries DEVELOPER Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
sensor_info.h std::string sensor_diagnostic Diagnostic status string. Definition: sensor_info.h:188 std::string as_string() Format the entire object into a string. Definition: sensor_info.cpp:131 std::string serial Serial number of this device. Definition: sensor_info.h:151 unsigned int first_step First scanable step of a full scan. Definition: sensor_info.h:163 unsigned int speed Current motor speed (rpm). Definition: sensor_info.h:178 RotationDirection rot_dir Rotation direction. Definition: sensor_info.h:172 unsigned int max_step Absolute maximum commandable step. Definition: sensor_info.h:204 std::string measure_state Measurement state. Definition: sensor_info.h:182 unsigned int min_range Minimum detectable range (mm). Definition: sensor_info.h:157 unsigned int last_step Last scanable step of a full scan. Definition: sensor_info.h:165 unsigned int standard_speed Standard motor speed (rpm). Definition: sensor_info.h:170 double time_resolution Time between two scan points (milliseconds). Definition: sensor_info.h:200 unsigned short speed_level Speed level (0 for default) Definition: sensor_info.h:180 unsigned int steps Number of steps in a 360-degree scan. Definition: sensor_info.h:161 unsigned int scanable_steps Total number of steps in a full scan (lastStep - firstStep). Definition: sensor_info.h:202 LaserModel detected_model Detected model of the laser. Definition: sensor_info.h:206 std::string protocol Protocol version in use. Definition: sensor_info.h:149 double resolution Angle between two scan points (radians). Definition: sensor_info.h:198 unsigned int max_range Maximum detectable range (mm). Definition: sensor_info.h:159 bool power Operational status - illuminated or not. Definition: sensor_info.h:176 RotationDirection Sensor direction of rotation. Definition: sensor_info.h:98 Hokuyo laser scanner driver name space. |