Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pinocchio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Stack Of Tasks
pinocchio
Commits
f665f3f9
Unverified
Commit
f665f3f9
authored
Jan 10, 2019
by
Justin Carpentier
Committed by
GitHub
Jan 10, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #636 from jcarpent/devel
all: fix additional bug related to recent versions of boost
parents
15185fff
caa7e09b
Pipeline
#4500
failed with stage
in 22 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/multibody/joint/joint-basic-visitors.hxx
src/multibody/joint/joint-basic-visitors.hxx
+3
-3
No files found.
src/multibody/joint/joint-basic-visitors.hxx
View file @
f665f3f9
//
// Copyright (c) 2016
,2018 CNRS
// Copyright (c) 2016
-2019 CNRS INRIA
//
#ifndef __pinocchio_joint_basic_visitors_hxx__
...
...
@@ -113,13 +113,13 @@ namespace pinocchio
{
typedef
boost
::
fusion
::
vector
<
Matrix6Type
&
,
const
bool
>
ArgsType
;
const
bool
&
>
ArgsType
;
template
<
typename
JointModel
>
static
void
algo
(
const
pinocchio
::
JointModelBase
<
JointModel
>
&
jmodel
,
pinocchio
::
JointDataBase
<
typename
JointModel
::
JointDataDerived
>
&
jdata
,
const
Eigen
::
MatrixBase
<
Matrix6Type
>
&
I
,
const
bool
update_I
const
bool
&
update_I
)
{
Matrix6Type
&
I_
=
const_cast
<
Matrix6Type
&>
(
I
.
derived
());
...
...
Write
Preview
Markdown
is supported
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