Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pierre Fernbach
hpp-rbprm
Commits
bda9ce13
Commit
bda9ce13
authored
Jan 16, 2020
by
Pierre Fernbach
Browse files
Typedef Polynom curve with Safe=True
parent
c909cf4c
Pipeline
#8002
failed with stage
in 4 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
include/hpp/rbprm/interpolation/polynom-trajectory.hh
View file @
bda9ce13
...
...
@@ -31,7 +31,7 @@ namespace interpolation {
HPP_PREDEF_CLASS
(
PolynomTrajectory
);
typedef
boost
::
shared_ptr
<
PolynomTrajectory
>
PolynomTrajectoryPtr_t
;
typedef
curves
::
curve_abc
<
core
::
value_type
,
core
::
value_type
,
fals
e
,
Eigen
::
Vector3d
>
Polynom
;
typedef
curves
::
curve_abc
<
core
::
value_type
,
core
::
value_type
,
tru
e
,
Eigen
::
Vector3d
>
Polynom
;
typedef
boost
::
shared_ptr
<
Polynom
>
PolynomPtr_t
;
/// Linear interpolation between two configurations
///
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment