Compare changes
@@ -66,34 +66,6 @@ static Eigen::Affine3d create_rotation_matrix(float ax, float ay, float az) {
@@ -66,34 +66,6 @@ static Eigen::Affine3d create_rotation_matrix(float ax, float ay, float az) {
pkt.data = std::move(std::vector<uint8_t>((uint8_t*)&src->parameters(), (uint8_t*)&src->parameters() + sizeof(ftl::rgbd::Camera)));
pkt.data = std::move(std::vector<uint8_t>((uint8_t*)src->getPose().data(), (uint8_t*)src->getPose().data() + 4*4*sizeof(double)));
@@ -128,7 +100,7 @@ static void run(ftl::Configurable *root) {
@@ -128,7 +100,7 @@ static void run(ftl::Configurable *root) {
root->getConfig()["sources"].push_back(nlohmann::json{{"uri",std::string("file://") + path + std::string("#") + std::to_string(i)}});
@@ -246,14 +218,15 @@ static void run(ftl::Configurable *root) {
@@ -246,14 +218,15 @@ static void run(ftl::Configurable *root) {