Skip to content
Snippets Groups Projects
Commit fa200b83 authored by Mederic Fourmy's avatar Mederic Fourmy
Browse files

Minor

parent 827343a7
No related branches found
No related tags found
1 merge request!233WIP: Apriltag
Pipeline #2520 passed
This commit is part of merge request !233. Comments created here will be created in the context of that merge request.
...@@ -72,7 +72,7 @@ ConstraintAutodiffApriltag::ConstraintAutodiffApriltag( ...@@ -72,7 +72,7 @@ ConstraintAutodiffApriltag::ConstraintAutodiffApriltag(
nullptr, nullptr,
_landmark_other_ptr, _landmark_other_ptr,
nullptr, nullptr,
false, true,
CTR_ACTIVE, CTR_ACTIVE,
_sensor_ptr->getPPtr(), _sensor_ptr->getOPtr(), _sensor_ptr->getPPtr(), _sensor_ptr->getOPtr(),
_frame_ptr->getPPtr(), _frame_ptr->getOPtr(), _frame_ptr->getPPtr(), _frame_ptr->getOPtr(),
......
...@@ -549,6 +549,8 @@ FeatureBaseList ProcessorTrackerLandmarkApriltag::getLastDetections() const ...@@ -549,6 +549,8 @@ FeatureBaseList ProcessorTrackerLandmarkApriltag::getLastDetections() const
void ProcessorTrackerLandmarkApriltag::configure(SensorBasePtr _sensor) void ProcessorTrackerLandmarkApriltag::configure(SensorBasePtr _sensor)
{ {
// _sensor->useRectifiedImages();
// get camera intrinsic parameters // get camera intrinsic parameters
Eigen::Vector4s k(_sensor->getIntrinsicPtr()->getState()); //[cx cy fx fy] Eigen::Vector4s k(_sensor->getIntrinsicPtr()->getState()); //[cx cy fx fy]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment