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
Guilhem Saurel
hpp-manipulation
Commits
4303c92b
Commit
4303c92b
authored
1 year ago
by
Florent Lamiraux
Browse files
Options
Downloads
Patches
Plain Diff
[pathPlanner::StatesPathFinder] Add files in CMakeLists.txt
parent
a8e018a1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-0
1 addition, 0 deletions
CMakeLists.txt
include/hpp/manipulation/fwd.hh
+6
-0
6 additions, 0 deletions
include/hpp/manipulation/fwd.hh
with
7 additions
and
0 deletions
CMakeLists.txt
+
1
−
0
View file @
4303c92b
...
...
@@ -122,6 +122,7 @@ set(${PROJECT_NAME}_SOURCES
src/path-optimization/random-shortcut.cc
src/path-optimization/enforce-transition-semantic.cc
src/path-planner/end-effector-trajectory.cc
src/path-planner/states-path-finder.cc
src/problem-target/state.cc
src/serialization.cc
src/steering-method/end-effector-trajectory.cc
...
...
This diff is collapsed.
Click to expand it.
include/hpp/manipulation/fwd.hh
+
6
−
0
View file @
4303c92b
...
...
@@ -96,6 +96,8 @@ typedef core::vectorOut_t vectorOut_t;
HPP_PREDEF_CLASS
(
ManipulationPlanner
);
typedef
shared_ptr
<
ManipulationPlanner
>
ManipulationPlannerPtr_t
;
namespace
pathPlanner
{
HPP_PREDEF_CLASS
(
EndEffectorTrajectory
);
typedef
shared_ptr
<
EndEffectorTrajectory
>
EndEffectorTrajectoryPtr_t
;
HPP_PREDEF_CLASS
(
StatesPathFinder
);
typedef
shared_ptr
<
StatesPathFinder
>
StatesPathFinderPtr_t
;
HPP_PREDEF_CLASS
(
InStatePath
);
...
...
@@ -107,6 +109,10 @@ HPP_PREDEF_CLASS(GraphPathValidation);
typedef
shared_ptr
<
GraphPathValidation
>
GraphPathValidationPtr_t
;
HPP_PREDEF_CLASS
(
SteeringMethod
);
typedef
shared_ptr
<
SteeringMethod
>
SteeringMethodPtr_t
;
namespace
steeringMethod
{
HPP_PREDEF_CLASS
(
EndEffectorTrajectory
);
typedef
shared_ptr
<
EndEffectorTrajectory
>
EndEffectorTrajectoryPtr_t
;
}
typedef
core
::
PathOptimizer
PathOptimizer
;
typedef
core
::
PathOptimizerPtr_t
PathOptimizerPtr_t
;
HPP_PREDEF_CLASS
(
GraphOptimizer
);
...
...
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