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
1ce795d2
Verified
Commit
1ce795d2
authored
Apr 21, 2020
by
Justin Carpentier
Browse files
algo/joints: fix guard
parent
10cd413b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/algorithm/joint-configuration.hpp
View file @
1ce795d2
//
// Copyright (c) 2016-20
19
CNRS INRIA
// Copyright (c) 2016-20
20
CNRS INRIA
//
#ifndef __pinocchio_joint_configuration_hpp__
#define __pinocchio_joint_configuration_hpp__
#ifndef __pinocchio_
algorithm_
joint_configuration_hpp__
#define __pinocchio_
algorithm_
joint_configuration_hpp__
#include
"pinocchio/multibody/fwd.hpp"
#include
"pinocchio/multibody/model.hpp"
...
...
@@ -954,5 +954,4 @@ namespace pinocchio
/* --- Details -------------------------------------------------------------------- */
#include
"pinocchio/algorithm/joint-configuration.hxx"
#endif // ifndef __pinocchio_joint_configuration_hpp__
#endif // ifndef __pinocchio_algorithm_joint_configuration_hpp__
src/algorithm/joint-configuration.hxx
View file @
1ce795d2
//
// Copyright (c) 2016-20
19
CNRS INRIA
// Copyright (c) 2016-20
20
CNRS INRIA
//
#ifndef __pinocchio_joint_configuration_hxx__
#define __pinocchio_joint_configuration_hxx__
#ifndef __pinocchio_
algorithm_
joint_configuration_hxx__
#define __pinocchio_
algorithm_
joint_configuration_hxx__
#include
"pinocchio/multibody/visitor.hpp"
#include
"pinocchio/multibody/liegroup/liegroup-algo.hpp"
...
...
@@ -421,5 +421,4 @@ namespace pinocchio
}
// namespace pinocchio
#endif // ifndef __pinocchio_joint_configuration_hxx__
#endif // ifndef __pinocchio_algorithm_joint_configuration_hxx__
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