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
!345
Resolve "StateBlock perturbation helper function for gtests"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "StateBlock perturbation helper function for gtests"
275-stateblock-perturbation-helper-function-for-gtests
into
devel
Overview
0
Commits
4
Pipelines
3
Changes
4
Merged
Joan Solà Ortega
requested to merge
275-stateblock-perturbation-helper-function-for-gtests
into
devel
5 years ago
Overview
0
Commits
4
Pipelines
3
Changes
4
Expand
Closes
#275 (closed)
Edited
5 years ago
by
Joan Solà Ortega
0
0
Merge request reports
Viewing commit
eefbe5d6
Prev
Next
Show latest version
4 files
+
95
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
eefbe5d6
New method StateBlock::perturb()
· eefbe5d6
Joan Solà Ortega
authored
5 years ago
include/core/state_block/state_block.h
+
4
−
0
Options
@@ -142,6 +142,10 @@ public:
**/
void
resetLocalParamUpdated
();
/** \brief perturb state
*/
void
perturb
(
double
amplitude
=
0.1
);
/** \brief Add this state_block to the problem
**/
//void addToProblem(ProblemPtr _problem_ptr);
Loading