#include "l3cam_ros_errors.hpp"
#include <libL3Cam.h>
#include <string>
Go to the source code of this file.
|
enum | LibL3CamStatus {
undefined_status = 0,
error_status,
connected_status,
disconnected_status,
started_status,
streaming_status,
terminated_status
} |
|
enum | polAngle {
angle_0 = 0,
angle_45,
angle_90,
angle_135,
no_angle
} |
|
◆ ROS_BMG_UNUSED
#define ROS_BMG_UNUSED |
( |
|
x | ) |
(void)x; |
◆ LibL3CamStatus
◆ polAngle
◆ LibL3CamStatus
Enumerator |
---|
undefined_status | |
error_status | |
connected_status | |
disconnected_status | |
started_status | (TBD) after notification
|
streaming_status | |
terminated_status | |
Definition at line 34 of file l3cam_ros_utils.hpp.
◆ polAngle
Enumerator |
---|
angle_0 | |
angle_45 | |
angle_90 | |
angle_135 | |
no_angle | |
Definition at line 45 of file l3cam_ros_utils.hpp.
◆ getBeamRosErrorDescription()
static const char* getBeamRosErrorDescription |
( |
int |
error_code | ) |
|
|
static |
◆ getErrorDescription()
static std::string getErrorDescription |
( |
int |
error_code | ) |
|
|
static |
◆ bmg_ros_error_failed_to_call_service
const char* bmg_ros_error_failed_to_call_service = "Failed to call service\0" |
|
static |
◆ bmg_ros_error_find_devices_timeout
const char* bmg_ros_error_find_devices_timeout = "Timeout error while finding devices\0" |
|
static |
◆ bmg_ros_error_interrupted
const char* bmg_ros_error_interrupted = "RCLCPP interrupted\0" |
|
static |
◆ bmg_ros_error_invalid_polarimetric_process_type
const char* bmg_ros_error_invalid_polarimetric_process_type = "Invalid polarimetric process type\0" |
|
static |
◆ bmg_ros_error_service_availability_timeout
const char* bmg_ros_error_service_availability_timeout = "Timeout error while looking for service availability\0" |
|
static |
◆ bmg_ros_error_undefined_error
const char* bmg_ros_error_undefined_error = "UNDEFINED L3CAM ERROR\0" |
|
static |