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
!341
Resolve "HasStateBlocks::addStateBlock() needs to register SB's"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "HasStateBlocks::addStateBlock() needs to register SB's"
292-hasstateblocks-addstateblock-needs-to-register-sb-s
into
devel
Overview
0
Commits
5
Pipelines
5
Changes
2
Merged
Joan Solà Ortega
requested to merge
292-hasstateblocks-addstateblock-needs-to-register-sb-s
into
devel
5 years ago
Overview
0
Commits
5
Pipelines
5
Changes
2
Expand
Closes
#292 (closed)
Edited
5 years ago
by
Joan Solà Ortega
0
0
Merge request reports
Viewing commit
8c8b4dff
Prev
Next
Show latest version
2 files
+
46
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
8c8b4dff
Add test for re-notification after solve
· 8c8b4dff
Joan Solà Ortega
authored
5 years ago
src/solver/solver_manager.cpp
+
1
−
1
Options
@@ -50,7 +50,7 @@ void SolverManager::update()
}
else
{
WOLF_DEBUG
(
"Tried to add a
n
already added !"
);
WOLF_DEBUG
(
"Tried to add a
StateBlock that was
already added !"
);
}
}
else
Loading