MRPT
2.0.1
|
Definition at line 51 of file vision_stereo_rectify/test.cpp.
Public Member Functions | |
TThreadParam (bool _is_online, const string &_rawlog_file=string(), bool _generate_3D_pointcloud_in_this_thread=false) | |
TThreadParam () | |
TThreadParam ()=default | |
Public Attributes | |
const bool | is_online |
true: live grabbing from the sensor, false: from rawlog More... | |
const string | rawlog_file |
Only when is_online==false. More... | |
const bool | generate_3D_pointcloud_in_this_thread |
true: populate the 3D point fields in the output observation; false: only RGB and Depth images. More... | |
volatile bool | quit {false} |
In/Out variable: Forces the thread to exit or indicates an error in the thread that caused it to end. More... | |
volatile double | Hz {0} |
Out variable: Approx. More... | |
CObservation3DRangeScan::Ptr | new_obs |
RGB+D (+ optionally, 3D point cloud) More... | |
volatile int | pushed_key {0} |
CObservationIMU::Ptr | new_obs_imu |
std::atomic_bool | quit {false} |
std::atomic< double > | Hz {0} |
|
inline |
Definition at line 53 of file vision_stereo_rectify/test.cpp.
|
inline |
Definition at line 49 of file vision_stereo_rectify/test.cpp.
|
default |
const bool TThreadParam::generate_3D_pointcloud_in_this_thread |
true: populate the 3D point fields in the output observation; false: only RGB and Depth images.
Definition at line 71 of file vision_stereo_rectify/test.cpp.
std::atomic<double> TThreadParam::Hz {0} |
Definition at line 48 of file vision_stereo_rectify/test.cpp.
volatile double TThreadParam::Hz {0} |
Out variable: Approx.
capturing rate from the thread.
Definition at line 77 of file vision_stereo_rectify/test.cpp.
const bool TThreadParam::is_online |
true: live grabbing from the sensor, false: from rawlog
Definition at line 66 of file vision_stereo_rectify/test.cpp.
CObservation3DRangeScan::Ptr TThreadParam::new_obs |
RGB+D (+ optionally, 3D point cloud)
Definition at line 80 of file vision_stereo_rectify/test.cpp.
CObservationIMU::Ptr TThreadParam::new_obs_imu |
Definition at line 55 of file vision_stereo_rectify/test.cpp.
volatile int TThreadParam::pushed_key {0} |
Definition at line 51 of file vision_stereo_rectify/test.cpp.
std::atomic_bool TThreadParam::quit {false} |
Definition at line 47 of file vision_stereo_rectify/test.cpp.
volatile bool TThreadParam::quit {false} |
In/Out variable: Forces the thread to exit or indicates an error in the thread that caused it to end.
Definition at line 75 of file vision_stereo_rectify/test.cpp.
const string TThreadParam::rawlog_file |
Only when is_online==false.
Definition at line 68 of file vision_stereo_rectify/test.cpp.
Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |