You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-13
Original file line number
Diff line number
Diff line change
@@ -61,16 +61,6 @@ or via pip (currently only available on Linux):
61
61
-[Open-source projects relying on Pinocchio](#open-source-projects-relying-on-pinocchio)
62
62
-[Acknowledgments](#acknowledgments)
63
63
64
-
## Introducing Pinocchio 3
65
-
66
-
**Pinocchio3** is the latest major release of Pinocchio. It comes with multiple new features, such as:
67
-
-[Sparse constrained dynamics](https://laas.hal.science/hal-01790971v2/file/18-rss-analytical-derivatives-carpentier.pdf) and its analytical derivatives
-[Low-complexity constrained articulated body algorithms]()
71
-
- Full support of [multiple-precision floating-point (MPFR)](https://www.mpfr.org/) in Python and C++
72
-
- Full [CasADi](https://web.casadi.org/) support in Python and C++
73
-
- Increased support of [CppAD](https://github.com/coin-or/CppAD) and [CppADCodeGen]()
74
64
- New SDF and MJCF parsers
75
65
- and much more.
76
66
@@ -80,16 +70,28 @@ or via pip (currently only available on Linux):
80
70
81
71
- C++ template library,
82
72
- cache friendly,
83
-
-automatic code generation support is available via [CppADCodeGen](https://github.com/joaoleal/CppADCodeGen).
73
+
- support custom scalar type.
84
74
85
75
**Pinocchio** is versatile, implementing basic and more advanced rigid body dynamics algorithms:
86
76
87
77
- forward kinematics and its analytical derivatives,
88
78
- forward/inverse dynamics and their analytical derivatives,
89
79
- centroidal dynamics and its analytical derivatives,
90
-
- support multiple precision arithmetic via Boost.Multiprecision or any similar framework,
91
80
- computations of kinematic and dynamic regressors for system identification and more,
92
-
- and much more with the support of modern and open-source Automatic Differentiation frameworks like [CppAD](https://github.com/coin-or/CppAD) or [CasADi](https://web.casadi.org/).
- low-complexity constrained articulated body algorithms,
84
+
-[sparse constrained dynamics](https://laas.hal.science/hal-01790971v2/file/18-rss-analytical-derivatives-carpentier.pdf) and its analytical derivatives,
85
+
- full support of [multiple-precision floating-point (MPFR)](https://www.mpfr.org/) in Python and C++,
86
+
- support of modern and open-source Automatic Differentiation frameworks like [CppAD](https://github.com/coin-or/CppAD) or [CasADi](https://web.casadi.org/),
87
+
- automatic code generation support is available via [CppADCodeGen](https://github.com/joaoleal/CppADCodeGen).
0 commit comments