|
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 (tue::Configuration config) | |
| ~Updater () | |
Private Attributes | |
| ros::Publisher | cloud_pub_ |
| Fitter | fitter_ |
| std::map< ed::UUID, std::string > | id_to_area_description_ |
| bool | logging |
| ros::Publisher | mask_pub_ |
| std::unique_ptr< Segmenter > | segmenter_ |
Definition at line 48 of file kinect/updater.h.
| Updater::Updater | ( | tue::Configuration | config | ) |
Definition at line 207 of file kinect/updater.cpp.
| Updater::~Updater | ( | ) |
Definition at line 231 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 237 of file kinect/updater.cpp.
|
private |
Definition at line 71 of file kinect/updater.h.
|
private |
Definition at line 62 of file kinect/updater.h.
|
private |
Definition at line 67 of file kinect/updater.h.
|
private |
Definition at line 72 of file kinect/updater.h.
|
private |
Definition at line 70 of file kinect/updater.h.
|
private |
Definition at line 64 of file kinect/updater.h.
1.8.17