Skip to content

Commit fb84168

Browse files
Add reference to hpp-statistics
- and some additional minor modifications.
1 parent 895ca74 commit fb84168

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ SET(SETUP_DOC_PKG)
3434

3535
ADD_HPP_PKG(hpp-fcl)
3636
ADD_HPP_PKG(hpp-util)
37+
ADD_HPP_PKG(hpp-statistics)
3738
ADD_HPP_PKG(pinocchio)
3839
ADD_HPP_PKG(hpp-pinocchio)
3940
ADD_HPP_PKG(hpp-core)

doc/main.dox.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ how to use this project.
6060
\section hpp_doc_algorithms_technical_tools Technical tools
6161

6262
- @hpp-util_LINK@: technical tools for the HPP project (logging, benchmark, quality assurance tools),
63+
- @hpp-statistics_LINK@: various tools to make statistics on motion planning algorithms,
6364

64-
\section hpp_doc_algorithms_motion_planning Motion planning for humanoid systems
65+
\section hpp_doc_algorithms_motion_planning Motion planning
6566

6667
\par Kinematic chain with geometry
6768
- @hpp-fcl_LINK@: Modified version of Flexible collision library, for collision detection and distance computation,
@@ -76,7 +77,7 @@ how to use this project.
7677

7778
\par Manipulation Planning
7879
- @hpp-manipulation_LINK@: Manipulation planning
79-
- @hpp-manipulationurdf_LINK@: Manipulation planning
80+
- @hpp-manipulation-urdf_LINK@: SRDF parser for Manipulation planning (handles, grippers, contact surfaces)
8081

8182
**/
8283

0 commit comments

Comments
 (0)