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
80a1870b
Commit
80a1870b
authored
Jun 28, 2019
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
Jun 28, 2019
Browse files
Fix documentation
parent
951b3404
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/hpp/core/kinodynamic-path.hh
View file @
80a1870b
...
...
@@ -27,9 +27,11 @@ namespace hpp {
namespace
core
{
/// \addtogroup path
/// \{
/// Kino-dynamic straight path
///
/// This Path ha
ve
the same behavior as the \link hpp::core::StraightPath StraightPath \endlink class
/// exept for the translation part of the free-flyer.
/// This Path ha
s
the same behavior as the \link hpp::core::StraightPath StraightPath \endlink class
/// ex
c
ept for the translation part of the free-flyer.
/// For the translation part of the free-flyer KinodynamicPath store a "bang-bang" trajectory dependent on time
/// with either 2 segment of constant acceleration or 3 segments with a constant velocity segment
///
...
...
@@ -198,6 +200,7 @@ namespace hpp {
vector_t
a1_
;
vector_t
t0_
,
t1_
,
tv_
,
t2_
,
vLim_
;
};
// class KinodynamicPath
/// \}
}
// namespace core
}
// namespace hpp
#endif // HPP_CORE_KINODYNAMIC_PATH_HH
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