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
!351
WIP: Resolve "Params and factory renaming"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
WIP: Resolve "Params and factory renaming"
298-params-and-factory-renaming
into
devel
Overview
0
Commits
4
Pipelines
3
Changes
13
Merged
Joaquim Casals Buñuel
requested to merge
298-params-and-factory-renaming
into
devel
5 years ago
Overview
0
Commits
4
Pipelines
3
Changes
13
Expand
Closes
#298 (closed)
0
0
Merge request reports
Viewing commit
af3def49
Prev
Next
Show latest version
13 files
+
14
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
af3def49
Readapt some changes after merging devel
· af3def49
Joaquim Casals Buñuel
authored
5 years ago
src/processor/processor_diff_drive.cpp
+
1
−
1
Options
@@ -173,7 +173,7 @@ FactorBasePtr ProcessorDiffDrive::emplaceFactor(FeatureBasePtr _feature,
}
/* namespace wolf */
// Register in the Processor
Factory
// Register in the
Factory
Processor
#include
"core/processor/factory_processor.h"
namespace
wolf
{
WOLF_REGISTER_PROCESSOR
(
"ProcessorDiffDrive"
,
ProcessorDiffDrive
);
Loading