Skip to content
Snippets Groups Projects

Typedefs3

Merged Andreu Corominas-Murtra requested to merge typedefs3 into master
39 files
+ 227
104
Compare changes
  • Side-by-side
  • Inline
Files
39
@@ -118,7 +118,7 @@ int main()
// Create the constraint
ConstraintAHP::Ptr constraint_ptr = std::make_shared<ConstraintAHP>(feat_point_image_ptr, std::static_pointer_cast<LandmarkAHP>(landmark));
ConstraintAHPPtr constraint_ptr = std::make_shared<ConstraintAHP>(feat_point_image_ptr, std::static_pointer_cast<LandmarkAHP>(landmark));
feat_point_image_ptr->addConstraint(constraint_ptr);
std::cout << "Constraint AHP created" << std::endl;
Loading