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
Commits
20a88e02
Commit
20a88e02
authored
4 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Rename FactorOdom2dCloseloop -> FactorLoopclosure2d
parent
9b59f5d5
No related branches found
No related tags found
1 merge request
!406
Resolve "Factors renaming"
Pipeline
#6276
passed
4 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
include/core/factor/factor_loopclosure_2d.h
+7
-7
7 additions, 7 deletions
include/core/factor/factor_loopclosure_2d.h
with
8 additions
and
8 deletions
CMakeLists.txt
+
1
−
1
View file @
20a88e02
...
@@ -221,9 +221,9 @@ SET(HDRS_FACTOR
...
@@ -221,9 +221,9 @@ SET(HDRS_FACTOR
include/core/factor/factor_block_difference.h
include/core/factor/factor_block_difference.h
include/core/factor/factor_diff_drive.h
include/core/factor/factor_diff_drive.h
include/core/factor/factor_distance_3d.h
include/core/factor/factor_distance_3d.h
include/core/factor/factor_loopclosure_2d.h
include/core/factor/factor_odom_2d.h
include/core/factor/factor_odom_2d.h
include/core/factor/factor_odom_2d_autodiff.h
include/core/factor/factor_odom_2d_autodiff.h
include/core/factor/factor_odom_2d_closeloop.h
include/core/factor/factor_odom_3d.h
include/core/factor/factor_odom_3d.h
include/core/factor/factor_pose_2d.h
include/core/factor/factor_pose_2d.h
include/core/factor/factor_pose_3d.h
include/core/factor/factor_pose_3d.h
...
...
This diff is collapsed.
Click to expand it.
include/core/factor/factor_
odom_2d_closeloop
.h
→
include/core/factor/factor_
loopclosure_2d
.h
+
7
−
7
View file @
20a88e02
#ifndef FACTOR_
ODOM_2d_CLOSELOOP
_H_
#ifndef FACTOR_
LOOPCLOSURE_2d
_H_
#define FACTOR_
ODOM_2d_CLOSELOOP
_H_
#define FACTOR_
LOOPCLOSURE_2d
_H_
//Wolf includes
//Wolf includes
#include
"core/factor/factor_relative_pose_2d.h"
#include
"core/factor/factor_relative_pose_2d.h"
...
@@ -7,18 +7,18 @@
...
@@ -7,18 +7,18 @@
namespace
wolf
{
namespace
wolf
{
WOLF_PTR_TYPEDEFS
(
Factor
Odom2dCloseloop
);
WOLF_PTR_TYPEDEFS
(
Factor
Loopclosure2d
);
//class
//class
class
Factor
Odom2dCloseloop
:
public
FactorRelativePose2d
class
Factor
Loopclosure2d
:
public
FactorRelativePose2d
{
{
public:
public:
Factor
Odom2dCloseloop
(
const
FeatureBasePtr
&
_ftr_ptr
,
Factor
Loopclosure2d
(
const
FeatureBasePtr
&
_ftr_ptr
,
const
FrameBasePtr
&
_frame_ptr
,
const
FrameBasePtr
&
_frame_ptr
,
const
ProcessorBasePtr
&
_processor_ptr
,
const
ProcessorBasePtr
&
_processor_ptr
,
bool
_apply_loss_function
,
bool
_apply_loss_function
,
FactorStatus
_status
=
FAC_ACTIVE
)
:
FactorStatus
_status
=
FAC_ACTIVE
)
:
FactorRelativePose2d
(
"Factor
Odom2dCloseloop
"
,
FactorRelativePose2d
(
"Factor
Loopclosure2d
"
,
_ftr_ptr
,
_ftr_ptr
,
_frame_ptr
,
_frame_ptr
,
_processor_ptr
,
_processor_ptr
,
...
@@ -28,7 +28,7 @@ class FactorOdom2dCloseloop : public FactorRelativePose2d
...
@@ -28,7 +28,7 @@ class FactorOdom2dCloseloop : public FactorRelativePose2d
//
//
}
}
~
Factor
Odom2dCloseloop
()
override
=
default
;
~
Factor
Loopclosure2d
()
override
=
default
;
std
::
string
getTopology
()
const
override
std
::
string
getTopology
()
const
override
{
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment