#include <stereocamera.h>
Public Member Functions | |
| void | feedImages () |
| void | onInit () |
| void | sendInfo (ros::Time time) |
| StereoCamera (ros::NodeHandle comm_nh, ros::NodeHandle param_nh) | |
| ~StereoCamera () | |
Private Attributes | |
| uvc_cam::Cam * | cam_left |
| uvc_cam::Cam * | cam_right |
| int | fps |
| std::string | frame |
| int | frames_to_skip |
| int | height |
| boost::thread | image_thread |
| image_transport::ImageTransport | it |
| std::string | left_device |
| camera_info_manager::CameraInfoManager | left_info_mgr |
| ros::Publisher | left_info_pub |
| image_transport::Publisher | left_pub |
| ros::NodeHandle | node |
| bool | ok |
| ros::NodeHandle | pnode |
| std::string | right_device |
| camera_info_manager::CameraInfoManager | right_info_mgr |
| ros::Publisher | right_info_pub |
| image_transport::Publisher | right_pub |
| bool | rotate_left |
| bool | rotate_right |
| int | skip_frames |
| int | width |
Definition at line 15 of file stereocamera.h.
| uvc_camera::StereoCamera::StereoCamera | ( | ros::NodeHandle | comm_nh, |
| ros::NodeHandle | param_nh | ||
| ) |
Definition at line 50 of file stereo.cpp.
| uvc_camera::StereoCamera::~StereoCamera | ( | ) |
Definition at line 267 of file stereo.cpp.
| void uvc_camera::StereoCamera::feedImages | ( | ) |
Definition at line 196 of file stereo.cpp.
| void uvc_camera::StereoCamera::onInit | ( | ) |
| void uvc_camera::StereoCamera::sendInfo | ( | ros::Time | time | ) |
Definition at line 182 of file stereo.cpp.
|
private |
Definition at line 28 of file stereocamera.h.
|
private |
Definition at line 28 of file stereocamera.h.
|
private |
Definition at line 29 of file stereocamera.h.
|
private |
Definition at line 30 of file stereocamera.h.
|
private |
Definition at line 29 of file stereocamera.h.
|
private |
Definition at line 29 of file stereocamera.h.
|
private |
Definition at line 38 of file stereocamera.h.
|
private |
Definition at line 25 of file stereocamera.h.
|
private |
Definition at line 30 of file stereocamera.h.
|
private |
Definition at line 33 of file stereocamera.h.
|
private |
Definition at line 36 of file stereocamera.h.
|
private |
Definition at line 35 of file stereocamera.h.
|
private |
Definition at line 24 of file stereocamera.h.
|
private |
Definition at line 26 of file stereocamera.h.
|
private |
Definition at line 24 of file stereocamera.h.
|
private |
Definition at line 30 of file stereocamera.h.
|
private |
Definition at line 33 of file stereocamera.h.
|
private |
Definition at line 36 of file stereocamera.h.
|
private |
Definition at line 35 of file stereocamera.h.
|
private |
Definition at line 31 of file stereocamera.h.
|
private |
Definition at line 31 of file stereocamera.h.
|
private |
Definition at line 29 of file stereocamera.h.
|
private |
Definition at line 29 of file stereocamera.h.