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
!347
Resolve "set frame to non-estimated removes its state blocks"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "set frame to non-estimated removes its state blocks"
268-set-frame-to-non-estimated-removes-its-state-blocks
into
devel
Overview
0
Commits
2
Pipelines
3
Changes
2
Merged
Joan Solà Ortega
requested to merge
268-set-frame-to-non-estimated-removes-its-state-blocks
into
devel
5 years ago
Overview
0
Commits
2
Pipelines
3
Changes
2
Expand
Closes
#268 (closed)
Edited
5 years ago
by
Joan Solà Ortega
0
0
Merge request reports
Compare
devel
version 1
a195eb62
5 years ago
devel (base)
and
latest version
latest version
50912fbb
2 commits,
5 years ago
version 1
a195eb62
1 commit,
5 years ago
2 files
+
3
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/frame/frame_base.cpp
+
2
−
1
Options
@@ -140,7 +140,8 @@ void FrameBase::setNonEstimated()
@@ -140,7 +140,8 @@ void FrameBase::setNonEstimated()
{
{
// unregister if previously estimated
// unregister if previously estimated
if
(
isKeyOrAux
())
if
(
isKeyOrAux
())
removeStateBlocks
(
getProblem
());
for
(
const
auto
&
sb
:
getStateBlockVec
())
getProblem
()
->
notifyStateBlock
(
sb
,
REMOVE
);
type_
=
NON_ESTIMATED
;
type_
=
NON_ESTIMATED
;
if
(
getTrajectory
())
if
(
getTrajectory
())
Loading