@@ -20,7 +20,7 @@ This sub-library enables physical modeling of serial-link robot structures to co
2020## Data Structures
2121
2222<p align =" center " >
23- <img src="doc/Limits .png" width="300 " height="auto"/>
23+ <img src="doc/Structs .png" width="250 " height="auto"/>
2424</p >
2525
2626[ :top : Back to Top] ( #building_construction-model )
@@ -44,7 +44,7 @@ This class represents position & orientation in 3D space (i.e. the Special Eucli
4444### Class Diagram:
4545
4646<p align =" center " >
47- <img src="doc/Pose.png" width="500 " height="auto"/>
47+ <img src="doc/Pose.png" width="400 " height="auto"/>
4848</p >
4949
5050
@@ -111,7 +111,7 @@ Honestly, it's not that interesting or useful outside the `Link` class. You can
111111### Class Diagram:
112112
113113<p align =" center " >
114- <img src="doc/Joint.png" width="500 " height="auto"/>
114+ <img src="doc/Joint.png" width="1000 " height="auto"/>
115115</p >
116116
117117[ :top : Back to Top] ( #building_construction-model )
@@ -163,6 +163,10 @@ where:
163163- $\mathbf{g}(\mathbf{q})\in\mathbb{R}^n$ is the gravitational torque vector, and
164164- $\mathbf{d}(\dot{\mathbf{q}})\in\mathbb{R}^n$ is the torque vector from viscous friction.
165165
166+ <p align =" center " >
167+ <img src="doc/InverseDynamics.png" width="700" height="auto"/>
168+ </p >
169+
166170### Construction:
167171
168172A [ URDF file] ( https://docs.ros.org/en/jazzy/Tutorials/Intermediate/URDF/Building-a-Visual-Robot-Model-with-URDF-from-Scratch.html ) . That's it! :sunglasses :
@@ -184,7 +188,7 @@ A [URDF file](https://docs.ros.org/en/jazzy/Tutorials/Intermediate/URDF/Building
184188### Class Diagram:
185189
186190<p align =" center " >
187- <img src="doc/KinematicTree.png" width="800 " height="auto"/>
191+ <img src="doc/KinematicTree.png" width="1000 " height="auto"/>
188192</p >
189193
190194[ :top : Back to Top] ( #building_construction-model )
0 commit comments