Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpp-manipulation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Humanoid Path Planner
hpp-manipulation
Commits
905e4092
Commit
905e4092
authored
8 years ago
by
Joseph Mirabel
Committed by
Joseph Mirabel
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update forward declarations
parent
b84cc05e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/hpp/manipulation/fwd.hh
+16
-22
16 additions, 22 deletions
include/hpp/manipulation/fwd.hh
with
16 additions
and
22 deletions
include/hpp/manipulation/fwd.hh
+
16
−
22
View file @
905e4092
...
@@ -22,24 +22,21 @@
...
@@ -22,24 +22,21 @@
# include <map>
# include <map>
# include <hpp/core/fwd.hh>
# include <hpp/core/fwd.hh>
# include <hpp/fcl/shape/geometric_shapes.h>
# include <hpp/manipulation/deprecated.hh>
namespace
hpp
{
namespace
hpp
{
namespace
manipulation
{
namespace
manipulation
{
HPP_PREDEF_CLASS
(
Device
);
HPP_PREDEF_CLASS
(
Device
);
typedef
boost
::
shared_ptr
<
Device
>
DevicePtr_t
;
typedef
boost
::
shared_ptr
<
Device
>
DevicePtr_t
;
typedef
boost
::
shared_ptr
<
const
Device
>
DeviceConstPtr_t
;
typedef
boost
::
shared_ptr
<
const
Device
>
DeviceConstPtr_t
;
typedef
model
::
Joint
Joint
;
typedef
pinocchio
::
Joint
Joint
;
typedef
model
::
JointPtr_t
JointPtr_t
;
typedef
pinocchio
::
JointPtr_t
JointPtr_t
;
typedef
model
::
JointConstPtr_t
JointConstPtr_t
;
typedef
pinocchio
::
JointIndex
JointIndex
;
typedef
model
::
Transform3f
Transform3f
;
typedef
pinocchio
::
Transform3f
Transform3f
;
typedef
model
::
Configuration_t
Configuration_t
;
typedef
pinocchio
::
Configuration_t
Configuration_t
;
typedef
model
::
ConfigurationIn_t
ConfigurationIn_t
;
typedef
pinocchio
::
ConfigurationIn_t
ConfigurationIn_t
;
typedef
model
::
ConfigurationOut_t
ConfigurationOut_t
;
typedef
pinocchio
::
ConfigurationOut_t
ConfigurationOut_t
;
typedef
boost
::
shared_ptr
<
model
::
Configuration_t
>
ConfigurationPtr_t
;
typedef
core
::
Configuration
Ptr
_t
ConfigurationPtr_t
;
typedef
model
::
GripperPtr_t
GripperPtr_t
;
typedef
pinocchio
::
GripperPtr_t
GripperPtr_t
;
HPP_PREDEF_CLASS
(
AxialHandle
);
HPP_PREDEF_CLASS
(
AxialHandle
);
typedef
boost
::
shared_ptr
<
AxialHandle
>
AxialHandlePtr_t
;
typedef
boost
::
shared_ptr
<
AxialHandle
>
AxialHandlePtr_t
;
HPP_PREDEF_CLASS
(
Handle
);
HPP_PREDEF_CLASS
(
Handle
);
...
@@ -72,12 +69,12 @@ namespace hpp {
...
@@ -72,12 +69,12 @@ namespace hpp {
typedef
constraints
::
RelativeTransformation
RelativeTransformation
;
typedef
constraints
::
RelativeTransformation
RelativeTransformation
;
typedef
constraints
::
RelativeTransformationPtr_t
typedef
constraints
::
RelativeTransformationPtr_t
RelativeTransformationPtr_t
;
RelativeTransformationPtr_t
;
typedef
model
::
value_type
value_type
;
typedef
core
::
value_type
value_type
;
typedef
model
::
size_type
size_type
;
typedef
core
::
size_type
size_type
;
typedef
model
::
Transform3f
Transform3f
;
typedef
core
::
Transform3f
Transform3f
;
typedef
model
::
vector_t
vector_t
;
typedef
core
::
vector_t
vector_t
;
typedef
model
::
vectorIn_t
vectorIn_t
;
typedef
core
::
vectorIn_t
vectorIn_t
;
typedef
model
::
vectorOut_t
vectorOut_t
;
typedef
core
::
vectorOut_t
vectorOut_t
;
HPP_PREDEF_CLASS
(
ManipulationPlanner
);
HPP_PREDEF_CLASS
(
ManipulationPlanner
);
typedef
boost
::
shared_ptr
<
ManipulationPlanner
>
ManipulationPlannerPtr_t
;
typedef
boost
::
shared_ptr
<
ManipulationPlanner
>
ManipulationPlannerPtr_t
;
HPP_PREDEF_CLASS
(
SymbolicPlanner
);
HPP_PREDEF_CLASS
(
SymbolicPlanner
);
...
@@ -94,7 +91,7 @@ namespace hpp {
...
@@ -94,7 +91,7 @@ namespace hpp {
typedef
boost
::
shared_ptr
<
GraphNodeOptimizer
>
GraphNodeOptimizerPtr_t
;
typedef
boost
::
shared_ptr
<
GraphNodeOptimizer
>
GraphNodeOptimizerPtr_t
;
typedef
core
::
PathProjectorPtr_t
PathProjectorPtr_t
;
typedef
core
::
PathProjectorPtr_t
PathProjectorPtr_t
;
typedef
std
::
vector
<
model
::
DevicePtr_t
>
Devices_t
;
typedef
std
::
vector
<
pinocchio
::
DevicePtr_t
>
Devices_t
;
typedef
std
::
vector
<
ObjectPtr_t
>
Objects_t
;
typedef
std
::
vector
<
ObjectPtr_t
>
Objects_t
;
typedef
std
::
map
<
JointConstPtr_t
,
JointPtr_t
>
JointMap_t
;
typedef
std
::
map
<
JointConstPtr_t
,
JointPtr_t
>
JointMap_t
;
typedef
core
::
Constraint
Constraint
;
typedef
core
::
Constraint
Constraint
;
...
@@ -128,9 +125,6 @@ namespace hpp {
...
@@ -128,9 +125,6 @@ namespace hpp {
typedef
std
::
pair
<
JointPtr_t
,
Shape_t
>
JointAndShape_t
;
typedef
std
::
pair
<
JointPtr_t
,
Shape_t
>
JointAndShape_t
;
typedef
std
::
list
<
JointAndShape_t
>
JointAndShapes_t
;
typedef
std
::
list
<
JointAndShape_t
>
JointAndShapes_t
;
typedef
std
::
list
<
std
::
string
>
StringList_t
;
typedef
std
::
list
<
std
::
string
>
StringList_t
;
typedef
HPP_MANIPULATION_DEPRECATED
Shape_t
Triangle
;
typedef
HPP_MANIPULATION_DEPRECATED
JointAndShape_t
JointAndTriangle_t
;
typedef
HPP_MANIPULATION_DEPRECATED
JointAndShapes_t
JointAndTriangles_t
;
namespace
pathOptimization
{
namespace
pathOptimization
{
HPP_PREDEF_CLASS
(
SmallSteps
);
HPP_PREDEF_CLASS
(
SmallSteps
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment