Skip to content
Snippets Groups Projects
Commit e6385488 authored by Guilhem Saurel's avatar Guilhem Saurel Committed by jcarpent
Browse files

[Doc] maths/ skel

parent 0e96ddc5
No related branches found
No related tags found
No related merge requests found
......@@ -291,8 +291,7 @@ WARN_LOGFILE = @CMAKE_BINARY_DIR@/doc/doxygen.log
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
INPUT = @CMAKE_SOURCE_DIR@/doc/additionalDoc \
@CMAKE_SOURCE_DIR@/doc \
INPUT = @CMAKE_SOURCE_DIR@/doc \
@CMAKE_SOURCE_DIR@/src
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
......
# Dynamics
## Direct Dynamics
# Geometry
## Special Euclidian Group
## Direct Geometry
## Inverse Geometry
# Mathematical formulation
This section describes the mathematical formulation used by Pinocchio, which is the base for Featherstone's algorithms.
# Kinematics
## Direct Kinematics
## Inverse Kinematics
......@@ -27,6 +27,12 @@ namespace pinocchio {
// Pages/ tutorials organization
//
/** \page md_doc_maths_intro Mathematical Formulation
- \subpage md_doc_maths_geometry
- \subpage md_doc_maths_kinematics
- \subpage md_doc_maths_dynamics
*/
/** \page Chapters Chapters
- \subpage md_doc_Chapters_creating-models
- \subpage md_doc_Chapters_crtp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment