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
!447
new tag
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
new tag
devel
into
main
Overview
0
Commits
12
Pipelines
1
Changes
2
Merged
Joan Vallvé Navarro
requested to merge
devel
into
main
3 years ago
Overview
0
Commits
12
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Viewing commit
c47b1819
Prev
Next
Show latest version
2 files
+
14
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
c47b1819
Add findProcessor(processor name)
· c47b1819
Joan Solà Ortega
authored
3 years ago
include/core/problem/problem.h
+
4
−
0
Options
@@ -152,6 +152,10 @@ class Problem : public std::enable_shared_from_this<Problem>
* \param _sensor_name The sensor name, as it was installed with installSensor()
*/
SensorBasePtr
findSensor
(
const
std
::
string
&
_sensor_name
)
const
;
/** \brief get a processor pointer by its name
* \param _processor_name The processor name, as it was installed with installProcessor()
*/
ProcessorBasePtr
findProcessor
(
const
std
::
string
&
_processor_name
)
const
;
/** \brief Factory method to install (create, and add to sensor) processors only from its properties
*
Loading