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
Humanoid Path Planner
hpp-core
Commits
66a896e0
Commit
66a896e0
authored
Mar 20, 2019
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
Mar 20, 2019
Browse files
[SimpleShortcut] Remove unused variables.
parent
a88bec13
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/path-optimization/simple-shortcut.cc
View file @
66a896e0
...
...
@@ -58,9 +58,7 @@ namespace hpp {
nodes
.
push_back
(
node
);
}
roadmap
->
addGoalNode
(
node
->
configuration
());
const
SteeringMethod
&
sm
(
*
(
problem
().
steeringMethod
()));
PathValidationPtr_t
pv
(
problem
().
pathValidation
());
PathProjectorPtr_t
proj
(
problem
().
pathProjector
());
for
(
std
::
size_t
i
=
0
;
i
<
nodes
.
size
()
-
1
;
++
i
)
{
for
(
std
::
size_t
j
=
i
+
2
;
j
<
nodes
.
size
();
++
j
)
{
PathPtr_t
path
(
steer
(
*
(
nodes
[
i
]
->
configuration
()),
...
...
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