ed_sensor_integration
|
#include <updater.h>
Public Member Functions | |
bool | update (const ed::WorldModel &world, const rgbd::ImageConstPtr &image, const geo::Pose3D &sensor_pose, const UpdateRequest &req, UpdateResult &res) |
Updater () | |
~Updater () | |
Private Attributes | |
Fitter | fitter_ |
std::map< ed::UUID, std::string > | id_to_area_description_ |
Segmenter | segmenter_ |
Definition at line 46 of file kinect/updater.h.
Updater::Updater | ( | ) |
Definition at line 189 of file kinect/updater.cpp.
Updater::~Updater | ( | ) |
Definition at line 195 of file kinect/updater.cpp.
bool Updater::update | ( | const ed::WorldModel & | world, |
const rgbd::ImageConstPtr & | image, | ||
const geo::Pose3D & | sensor_pose, | ||
const UpdateRequest & | req, | ||
UpdateResult & | res | ||
) |
Definition at line 201 of file kinect/updater.cpp.
|
private |
Definition at line 60 of file kinect/updater.h.
|
private |
Definition at line 65 of file kinect/updater.h.
|
private |
Definition at line 62 of file kinect/updater.h.