Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_lib
wolf
Merge requests
!344
WIP: Resolve "Fixing and improving QR manager"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
WIP: Resolve "Fixing and improving QR manager"
295-fixing-and-improving-qr-manager
into
devel
Overview
0
Commits
7
Pipelines
9
Changes
4
Closed
Mederic Fourmy
requested to merge
295-fixing-and-improving-qr-manager
into
devel
5 years ago
Overview
0
Commits
7
Pipelines
9
Changes
4
Expand
Closes
#295
0
0
Merge request reports
Viewing commit
b9dc68dc
Prev
Next
Show latest version
4 files
+
24
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
b9dc68dc
Began updating the qr manager related files, WIP
· b9dc68dc
Médéric Fourmy
authored
5 years ago
include/core/ceres_wrapper/qr_manager.h
+
2
−
2
Options
@@ -9,7 +9,7 @@
#define SRC_CERES_WRAPPER_QR_MANAGER_H_
#include
"core/solver/solver_manager.h"
#include
"core/
solver_suitesparse
/sparse_utils.h"
#include
"core/
ceres_wrapper
/sparse_utils.h"
namespace
wolf
{
@@ -36,7 +36,7 @@ class QRManager : public SolverManager
virtual
std
::
string
solve
(
const
unsigned
int
&
_report_level
);
virtual
void
computeCovariances
(
CovarianceBlocksToBeComputed
_blocks
=
ROBOT_LANDMARKS
);
virtual
void
computeCovariances
(
CovarianceBlocksToBeComputed
_blocks
=
CovarianceBlocksToBeComputed
::
ROBOT_LANDMARKS
);
virtual
void
computeCovariances
(
const
std
::
vector
<
StateBlockPtr
>&
_sb_list
);
Loading