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
!214
Hello wolf
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Hello wolf
hello_wolf
into
master
Overview
0
Commits
8
Pipelines
2
Changes
8
Merged
Joan Solà Ortega
requested to merge
hello_wolf
into
master
6 years ago
Overview
0
Commits
8
Pipelines
2
Changes
8
Expand
0
0
Merge request reports
Compare
master
version 1
84d82aba
6 years ago
master (base)
and
version 1
latest version
49db38d1
8 commits,
6 years ago
version 1
84d82aba
7 commits,
6 years ago
8 files
+
59
−
68
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
src/ceres_wrapper/ceres_manager.cpp
+
1
−
0
Options
@@ -287,6 +287,7 @@ void CeresManager::addStateBlock(const StateBlockPtr& state_ptr)
ceres_problem_
->
AddParameterBlock
(
getAssociatedMemBlockPtr
(
state_ptr
),
state_ptr
->
getSize
(),
local_parametrization_ptr
);
updateStateBlockStatus
(
state_ptr
);
}
void
CeresManager
::
removeStateBlock
(
const
StateBlockPtr
&
state_ptr
)
Loading