CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
set_camera_info.hpp
Go to the documentation of this file.
1
8namespace sensor_msgs::srv {
28public:
29 // This service requests that a camera stores the given CameraInfo as that
30 // camera's calibration information.
31 //
32 // The width and height in the camera_info field should match what the
33 // camera is currently outputting on its camera_info topic, and the camera
34 // will assume that the region of the imager that is being referred to is
35 // the region that the camera is currently capturing.
36
38};
39
53public:
54 bool success;
55 std::string status_message;
56};
57} // namespace sensor_msgs::srv
ROS message class definition for CameraInfo.
Definition camera_info.hpp:37
ROS message class definition for SetCameraInfo::Request.
Definition set_camera_info.hpp:27
sensor_msgs::msg::CameraInfo camera_info
The camera_info to store.
Definition set_camera_info.hpp:37
ROS message class definition for SetCameraInfo::Response.
Definition set_camera_info.hpp:52
bool success
True if the call succeeded.
Definition set_camera_info.hpp:54
std::string status_message
Used to give details about success.
Definition set_camera_info.hpp:55
ROS service class definition for SetCameraInfo.
Definition set_camera_info.hpp:14
service definitions of the sensor_msgs package