Skip to content
Snippets Groups Projects
Commit 7514eb28 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[Doc] maths/ skel

parent 25dd1700
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 ...@@ -291,8 +291,7 @@ WARN_LOGFILE = @CMAKE_BINARY_DIR@/doc/doxygen.log
# directories like "/usr/src/myproject". Separate the files or directories # directories like "/usr/src/myproject". Separate the files or directories
# with spaces. # with spaces.
INPUT = @CMAKE_SOURCE_DIR@/doc/additionalDoc \ INPUT = @CMAKE_SOURCE_DIR@/doc \
@CMAKE_SOURCE_DIR@/doc \
@CMAKE_SOURCE_DIR@/src @CMAKE_SOURCE_DIR@/src
# The RECURSIVE tag can be used to turn specify whether or not subdirectories # 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 { ...@@ -27,6 +27,12 @@ namespace pinocchio {
// Pages/ tutorials organization // 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 /** \page Chapters Chapters
- \subpage md_doc_Chapters_creating-models - \subpage md_doc_Chapters_creating-models
- \subpage md_doc_Chapters_crtp - \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