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
+19-4
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
**Automatic Differentiation for rigid-body-dynamics AlgorithMs**
7
7
8
-
ADAM implements a collection of algorithms for calculating rigid-body dynamics for **floating-base** robots, in _mixed representation_ (see [Traversaro's A Unified View of the Equations of Motion used for Control Design of Humanoid Robots](https://www.researchgate.net/publication/312200239_A_Unified_View_of_the_Equations_of_Motion_used_for_Control_Design_of_Humanoid_Robots)) using:
8
+
ADAM implements a collection of algorithms for calculating rigid-body dynamics for **floating-base** robots, in _mixed_ and _base fixed representations_, also called _left trivialized_ representation (see [Traversaro's A Unified View of the Equations of Motion used for Control Design of Humanoid Robots](https://www.researchgate.net/publication/312200239_A_Unified_View_of_the_Equations_of_Motion_used_for_Control_Design_of_Humanoid_Robots)) using:
9
9
10
10
-[Jax](https://github.com/google/jax)
11
11
-[CasADi](https://web.casadi.org/)
@@ -43,7 +43,7 @@ They will be installed in the installation step!
43
43
44
44
The installation can be done either using the Python provided by apt (on Debian-based distros) or via conda (on Linux and macOS).
45
45
46
-
### Installation with pip
46
+
### 🐍 Installation with pip
47
47
48
48
Install `python3`, if not installed (in **Ubuntu 20.04**):
0 commit comments