Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
laser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
plugins
laser
Commits
09e539eb
Commit
09e539eb
authored
2 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Replace typename --> class in template
parent
60861c98
No related branches found
No related tags found
2 merge requests
!42
devel->main
,
!40
Resolve "follow core 465 Migrate from StateBlock to StateDerived"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/laser/processor/processor_loop_closure_falko.h
+1
-1
1 addition, 1 deletion
include/laser/processor/processor_loop_closure_falko.h
include/laser/processor/processor_loop_closure_falko_icp.h
+1
-1
1 addition, 1 deletion
include/laser/processor/processor_loop_closure_falko_icp.h
with
2 additions
and
2 deletions
include/laser/processor/processor_loop_closure_falko.h
+
1
−
1
View file @
09e539eb
...
@@ -174,7 +174,7 @@ struct ParamsProcessorLoopClosureFalko : public ParamsProcessorLoopClosure
...
@@ -174,7 +174,7 @@ struct ParamsProcessorLoopClosureFalko : public ParamsProcessorLoopClosure
* \tparam L Loop closure Type <LoopClosureFalkoAht> or <LoopClosureFalkoNn>
* \tparam L Loop closure Type <LoopClosureFalkoAht> or <LoopClosureFalkoNn>
* \param _param_falko parameter struct with falko lib parameters
* \param _param_falko parameter struct with falko lib parameters
**/
**/
template
<
typename
D
,
typename
Extr
,
template
<
typename
,
typename
>
typename
L
>
template
<
class
D
,
class
Extr
,
template
<
class
,
class
>
class
L
>
class
ProcessorLoopClosureFalko
:
public
ProcessorLoopClosure
class
ProcessorLoopClosureFalko
:
public
ProcessorLoopClosure
{
{
public:
public:
...
...
This diff is collapsed.
Click to expand it.
include/laser/processor/processor_loop_closure_falko_icp.h
+
1
−
1
View file @
09e539eb
...
@@ -78,7 +78,7 @@ struct ParamsProcessorLoopClosureFalkoIcp : public ParamsProcessorLoopClosureFal
...
@@ -78,7 +78,7 @@ struct ParamsProcessorLoopClosureFalkoIcp : public ParamsProcessorLoopClosureFal
* \param _param_falko parameter struct with falko lib parameters
* \param _param_falko parameter struct with falko lib parameters
**/
**/
template
<
typename
D
,
typename
Extr
,
template
<
typename
,
typename
>
typename
L
>
template
<
class
D
,
class
Extr
,
template
<
class
,
class
>
class
L
>
class
ProcessorLoopClosureFalkoIcp
:
public
ProcessorLoopClosureFalko
<
D
,
Extr
,
L
>
class
ProcessorLoopClosureFalkoIcp
:
public
ProcessorLoopClosureFalko
<
D
,
Extr
,
L
>
{
{
...
...
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