Skip to content
Snippets Groups Projects

Feature/gui implements #53

Merged Nicolas Pope requested to merge feature/gui into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -82,7 +82,7 @@ class RGBDSource : public ftl::Configurable {
cv::Mat depth_;
private:
Eigen::Matrix4f pose_;
Eigen::Matrix4f pose_ = Eigen::Matrix4f::Identity();
private:
static std::map<std::string,std::function<RGBDSource*(nlohmann::json&,ftl::net::Universe*)>> *sources__;
Loading