|
ed_sensor_integration
|
The TestSetup class contains all constant data for the test. More...
Public Member Functions | |
| void | testAllPoses (std::vector< geo::Pose3D > &succeeded_poses, std::vector< geo::Pose3D > &failed_poses) const |
| TestSetup () | |
| bool | testSinglePose (const geo::Pose3D &new_pose) const |
| ~TestSetup () | |
Private Member Functions | |
| void | checkTablePose () const |
| void | createWorldModel () |
| bool | fitSupportingEntity (const rgbd::Image *image, const ed::UUID &entity_id, geo::Pose3D &new_pose) const |
| void | renderImage (const ed::WorldModel &wm, cv::Mat &depth_image) const |
| void | setupCamPose () |
| void | setupRasterizer () |
Private Attributes | |
| image_geometry::PinholeCameraModel | cam_model_ |
| geo::Pose3D | cam_pose_ |
| Fitter | fitter_ |
| double | max_yaw_change = degToRad(45.0) |
| geo::DepthCamera | rasterizer_ |
| ed::WorldModel | world_model_ |
The TestSetup class contains all constant data for the test.
Definition at line 218 of file test_furniture_fit.cpp.
|
inline |
Definition at line 221 of file test_furniture_fit.cpp.
|
inline |
Definition at line 229 of file test_furniture_fit.cpp.
|
inlineprivate |
Definition at line 317 of file test_furniture_fit.cpp.
|
inlineprivate |
Definition at line 291 of file test_furniture_fit.cpp.
|
inlineprivate |
Definition at line 348 of file test_furniture_fit.cpp.
|
inlineprivate |
Definition at line 327 of file test_furniture_fit.cpp.
|
inlineprivate |
Definition at line 309 of file test_furniture_fit.cpp.
|
inlineprivate |
Definition at line 302 of file test_furniture_fit.cpp.
|
inline |
Definition at line 271 of file test_furniture_fit.cpp.
|
inline |
Definition at line 231 of file test_furniture_fit.cpp.
|
private |
Definition at line 365 of file test_furniture_fit.cpp.
|
private |
Definition at line 368 of file test_furniture_fit.cpp.
|
private |
Definition at line 367 of file test_furniture_fit.cpp.
|
private |
Definition at line 369 of file test_furniture_fit.cpp.
|
private |
Definition at line 366 of file test_furniture_fit.cpp.
|
private |
Definition at line 364 of file test_furniture_fit.cpp.
1.8.17