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
0c94d84b
Commit
0c94d84b
authored
9 years ago
by
Akseppal
Browse files
Options
Downloads
Patches
Plain Diff
remove useless comments for the sake of clarity.
parent
787aa1d1
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
include/hpp/manipulation/connected-component.hh
+0
-7
0 additions, 7 deletions
include/hpp/manipulation/connected-component.hh
src/connected-component.cc
+0
-5
0 additions, 5 deletions
src/connected-component.cc
src/roadmap.cc
+0
-2
0 additions, 2 deletions
src/roadmap.cc
with
0 additions
and
14 deletions
include/hpp/manipulation/connected-component.hh
+
0
−
7
View file @
0c94d84b
...
...
@@ -20,13 +20,9 @@
#define HPP_MANIPULATION_CONNECTED_COMPONENT_HH
#include
<hpp/core/connected-component.hh>
//#include <hpp/util/pointer.hh>
#include
<hpp/manipulation/config.hh>
#include
<hpp/manipulation/fwd.hh>
#include
<hpp/manipulation/graph/fwd.hh>
//#include "hpp/manipulation/roadmap.hh"
//#include <hpp/core/distance.hh>
//#include "hpp/manipulation/roadmap-node.hh"
namespace
hpp
{
namespace
manipulation
{
...
...
@@ -45,9 +41,6 @@ class HPP_MANIPULATION_DLLAPI ConnectedComponent : public core::ConnectedCompone
/// return a shared pointer to new instance of manipulation::ConnectedComponent
static
ConnectedComponentPtr_t
create
(
const
RoadmapWkPtr_t
&
roadmap
);
/// helper method to set dynamic variable "roadmap_" within static function "create"
// static void setRoadmap (const RoadmapWkPtr_t& roadmap, ConnectedComponentPtr_t CC);
/// Merge two connected components (extension of core::ConnectedComponent::merge)
/// \param other manipulation connected component to merge into this one.
/// \note other will be empty after calling this method.
...
...
This diff is collapsed.
Click to expand it.
src/connected-component.cc
+
0
−
5
View file @
0c94d84b
...
...
@@ -35,11 +35,6 @@ namespace hpp {
return
shPtr
;
}
// void ConnectedComponent::setRoadmap (const RoadmapWkPtr_t& roadmap, ConnectedComponentPtr_t CC)
// {
// CC->rdmp_ = roadmap.lock ();
// }
void
ConnectedComponent
::
merge
(
const
core
::
ConnectedComponentPtr_t
&
otherCC
)
{
core
::
ConnectedComponent
::
merge
(
otherCC
);
...
...
This diff is collapsed.
Click to expand it.
src/roadmap.cc
+
0
−
2
View file @
0c94d84b
...
...
@@ -19,8 +19,6 @@
#include
<hpp/util/pointer.hh>
#include
<hpp/core/distance.hh>
#include
<hpp/manipulation/connected-component.hh>
// #include <hpp/core/connected-component.hh>
#include
<hpp/manipulation/roadmap-node.hh>
...
...
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