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
!406
Resolve "Factors renaming"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Factors renaming"
302-factors-renaming-2
into
devel
Overview
4
Commits
8
Pipelines
3
Changes
6
Merged
Joan Solà Ortega
requested to merge
302-factors-renaming-2
into
devel
4 years ago
Overview
4
Commits
8
Pipelines
3
Changes
6
Expand
Will keep
#302 (closed)
open for future improvements
Edited
4 years ago
by
Joan Solà Ortega
0
0
Merge request reports
Viewing commit
61b77da8
Prev
Next
Show latest version
6 files
+
15
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
61b77da8
Rename FactorOdom2dAnalytic -> FactorOdom2d
· 61b77da8
Joan Solà Ortega
authored
4 years ago
include/core/factor/factor_odom_2d
_analytic
.h
→
include/core/factor/factor_odom_2d.h
+
7
−
7
Options
#ifndef FACTOR_ODOM_2d_
ANALYTIC_
H_
#define FACTOR_ODOM_2d_
ANALYTIC_
H_
#ifndef FACTOR_ODOM_2d_H_
#define FACTOR_ODOM_2d_H_
//Wolf includes
#include
"core/factor/factor_relative_2d_analytic.h"
@@ -7,18 +7,18 @@
namespace
wolf
{
WOLF_PTR_TYPEDEFS
(
FactorOdom2d
Analytic
);
WOLF_PTR_TYPEDEFS
(
FactorOdom2d
);
//class
class
FactorOdom2d
Analytic
:
public
FactorRelative2dAnalytic
class
FactorOdom2d
:
public
FactorRelative2dAnalytic
{
public:
FactorOdom2d
Analytic
(
const
FeatureBasePtr
&
_ftr_ptr
,
FactorOdom2d
(
const
FeatureBasePtr
&
_ftr_ptr
,
const
FrameBasePtr
&
_frame_ptr
,
const
ProcessorBasePtr
&
_processor_ptr
,
bool
_apply_loss_function
,
FactorStatus
_status
=
FAC_ACTIVE
)
:
FactorRelative2dAnalytic
(
"FactorOdom2d
Analytic
"
,
FactorRelative2dAnalytic
(
"FactorOdom2d"
,
_ftr_ptr
,
_frame_ptr
,
_processor_ptr
,
@@ -28,7 +28,7 @@ class FactorOdom2dAnalytic : public FactorRelative2dAnalytic
//
}
~
FactorOdom2d
Analytic
()
override
=
default
;
~
FactorOdom2d
()
override
=
default
;
std
::
string
getTopology
()
const
override
{
Loading