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
e9a58a4d
Commit
e9a58a4d
authored
4 years ago
by
Joaquim Casals Buñuel
Browse files
Options
Downloads
Plain Diff
Merge branch 'devel' into refactor-odometry
parents
4307d83c
e7363aa5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake_modules/Findcsm.cmake
+1
-1
1 addition, 1 deletion
cmake_modules/Findcsm.cmake
include/laser/state_block/local_parametrization_polyline_extreme.h
+5
-0
5 additions, 0 deletions
...aser/state_block/local_parametrization_polyline_extreme.h
with
6 additions
and
1 deletion
cmake_modules/Findcsm.cmake
+
1
−
1
View file @
e9a58a4d
...
@@ -47,7 +47,7 @@ macro(csm_report_not_found REASON_MSG)
...
@@ -47,7 +47,7 @@ macro(csm_report_not_found REASON_MSG)
# FindPackage() use the camelcase library name, not uppercase.
# FindPackage() use the camelcase library name, not uppercase.
if
(
csm_FIND_QUIETLY
)
if
(
csm_FIND_QUIETLY
)
message
(
STATUS
"Failed to find csm- "
${
REASON_MSG
}
${
ARGN
}
)
message
(
STATUS
"Failed to find csm- "
${
REASON_MSG
}
${
ARGN
}
)
else
(
csm_FIND_REQUIRED
)
else
if
(
csm_FIND_REQUIRED
)
message
(
FATAL_ERROR
"Failed to find csm - "
${
REASON_MSG
}
${
ARGN
}
)
message
(
FATAL_ERROR
"Failed to find csm - "
${
REASON_MSG
}
${
ARGN
}
)
else
()
else
()
# Neither QUIETLY nor REQUIRED, use SEND_ERROR which emits an error
# Neither QUIETLY nor REQUIRED, use SEND_ERROR which emits an error
...
...
This diff is collapsed.
Click to expand it.
include/laser/state_block/local_parametrization_polyline_extreme.h
+
5
−
0
View file @
e9a58a4d
...
@@ -31,6 +31,11 @@ class LocalParametrizationPolylineExtreme : public LocalParametrizationBase
...
@@ -31,6 +31,11 @@ class LocalParametrizationPolylineExtreme : public LocalParametrizationBase
bool
minus
(
Eigen
::
Map
<
const
Eigen
::
VectorXd
>&
_point1
,
bool
minus
(
Eigen
::
Map
<
const
Eigen
::
VectorXd
>&
_point1
,
Eigen
::
Map
<
const
Eigen
::
VectorXd
>&
_point2
,
Eigen
::
Map
<
const
Eigen
::
VectorXd
>&
_point2
,
Eigen
::
Map
<
Eigen
::
VectorXd
>&
_delta_theta
)
override
;
Eigen
::
Map
<
Eigen
::
VectorXd
>&
_delta_theta
)
override
;
bool
isValid
(
const
Eigen
::
VectorXd
&
_state
,
double
tolerance
)
override
{
return
_state
.
size
()
==
global_size_
;
}
};
};
}
// namespace wolf
}
// namespace wolf
...
...
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