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
Stack Of Tasks
pinocchio
Commits
818610c9
Verified
Commit
818610c9
authored
Aug 24, 2018
by
Justin Carpentier
Committed by
Justin Carpentier
Oct 29, 2018
Browse files
[Model] Use explicit cast for initializing gravity981
parent
cff32e43
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multibody/model.hxx
View file @
818610c9
...
...
@@ -50,7 +50,7 @@ namespace se3
template
<
typename
Scalar
,
int
Options
,
template
<
typename
,
int
>
class
JointCollectionTpl
>
const
typename
ModelTpl
<
Scalar
,
Options
,
JointCollectionTpl
>::
Vector3
ModelTpl
<
Scalar
,
Options
,
JointCollectionTpl
>::
gravity981
(
0
,
0
,
-
9.81
);
Vector3
ModelTpl
<
Scalar
,
Options
,
JointCollectionTpl
>::
gravity981
(
(
Scalar
)
0
,(
Scalar
)
0
,(
Scalar
)
-
9.81
);
template
<
typename
Scalar
,
int
Options
,
template
<
typename
,
int
>
class
JointCollectionTpl
>
inline
std
::
ostream
&
operator
<<
(
std
::
ostream
&
os
,
...
...
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