Skip to content

Commit 3288489

Browse files
committed
2 parents 25aa794 + 0ddbcb1 commit 3288489

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

Math/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This sub-library contains useful functions and classes to support the other sub-
2020
## Data Structures:
2121

2222
<p align="center">
23-
<img src="doc/FunctionPoint.png" width="300" height="auto"/>
23+
<img src="doc/Structs.png" width="500" height="auto"/>
2424
</p>
2525

2626
[:top: Back to Top](#abacus-math)
@@ -51,7 +51,7 @@ The method `evaluate_point` will return the value $y(x)$ for the given $x$.
5151
### Class Diagram:
5252

5353
<p align="center">
54-
<img src="doc/Polynomial.png" width="700" height="auto"/>
54+
<img src="doc/Polynomial.png" width="800" height="auto"/>
5555
</p>
5656

5757
[:top: Back to Top](#abacus-math)
@@ -89,7 +89,7 @@ The `evaluate_point` method returns the interpolated value $y = f(x)$ for the gi
8989
### Class Diagram:
9090

9191
<p align="center">
92-
<img src="doc/Spline.png" width="700" height="auto"/>
92+
<img src="doc/Spline.png" width="600" height="auto"/>
9393
</p>
9494

9595
[:top: Back to Top](#abacus-math)

Model/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

168172
A [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

Comments
 (0)