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
Humanoid Path Planner
hpp-core
Commits
250b0387
Commit
250b0387
authored
Aug 07, 2019
by
Joseph Mirabel
Browse files
Fix usage of JointModelComposite
* See
https://github.com/humanoid-path-planner/hpp-pinocchio/issues/95
parent
a3076b8c
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/configuration-shooter/gaussian.cc
View file @
250b0387
...
...
@@ -99,7 +99,7 @@ namespace hpp {
};
template
<
>
void
ComputeSigmasStep
::
algo
<
::
pinocchio
::
JointModelComposite
>
(
const
::
pinocchio
::
JointModelBase
<
::
pinocchio
::
JointModelComposite
>
&
jmodel
,
void
ComputeSigmasStep
::
algo
<
pinocchio
::
JointModelComposite
>
(
const
::
pinocchio
::
JointModelBase
<
pinocchio
::
JointModelComposite
>
&
jmodel
,
const
pinocchio
::
Model
&
model
,
vector_t
&
sigmas
)
{
...
...
src/path-optimization/spline-gradient-based/joint-bounds.hh
View file @
250b0387
...
...
@@ -136,8 +136,8 @@ namespace hpp {
};
template
<
>
void
JointBoundConstraintStep
::
algo
<
::
pinocchio
::
JointModelComposite
>
(
const
::
pinocchio
::
JointModelBase
<
::
pinocchio
::
JointModelComposite
>
&
jmodel
,
void
JointBoundConstraintStep
::
algo
<
pinocchio
::
JointModelComposite
>
(
const
::
pinocchio
::
JointModelBase
<
pinocchio
::
JointModelComposite
>
&
jmodel
,
vectorIn_t
low
,
vectorIn_t
up
,
vectorIn_t
neutral
,
...
...
src/weighed-distance.cc
View file @
250b0387
...
...
@@ -112,8 +112,8 @@ namespace hpp {
}
};
template
<
>
void
ComputeWeightStep
::
algo
<
::
pinocchio
::
JointModelComposite
>
(
const
::
pinocchio
::
JointModelBase
<
::
pinocchio
::
JointModelComposite
>
&
jmodel
,
template
<
>
void
ComputeWeightStep
::
algo
<
pinocchio
::
JointModelComposite
>
(
const
::
pinocchio
::
JointModelBase
<
pinocchio
::
JointModelComposite
>
&
jmodel
,
const
pinocchio
::
Model
&
model
,
const
pinocchio
::
Data
&
data
,
const
pinocchio
::
GeomData
&
geomData
,
...
...
@@ -163,8 +163,8 @@ namespace hpp {
};
template
<
>
void
SquaredDistanceStep
::
algo
<
::
pinocchio
::
JointModelComposite
>
(
const
::
pinocchio
::
JointModelBase
<
::
pinocchio
::
JointModelComposite
>
&
jmodel
,
void
SquaredDistanceStep
::
algo
<
pinocchio
::
JointModelComposite
>
(
const
::
pinocchio
::
JointModelBase
<
pinocchio
::
JointModelComposite
>
&
jmodel
,
ConfigurationIn_t
q0
,
ConfigurationIn_t
q1
,
const
value_type
&
w
,
...
...
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