Skip to content
Snippets Groups Projects
Commit 0e83ab5e authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Add implementation of GraphSteeringMethod::distance.

parent 2e939ab0
No related branches found
No related tags found
No related merge requests found
......@@ -46,5 +46,10 @@ namespace hpp {
}
return PathPtr_t ();
}
const core::WeighedDistancePtr_t& GraphSteeringMethod::distance () const
{
return distance_;
}
} // namespace manipulation
} // namespace hpp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment