Skip to content

Commit 65e8e85

Browse files
committed
BlueRobotics 2018b properties added
1 parent 33103cf commit 65e8e85

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,12 @@ Each of the aforementioned terms provide their own distinct data class for indep
4949
or can be managed altogether within the `diffUV` class.
5050

5151
```python
52-
import diffUV
52+
from diffUV import dyn, kin
53+
uv_dyn = dyn()
54+
inertia_mat = uv_dyn.get_inertia_matrix()
55+
coriolis_mat = uv_dyn.coriolis_centripetal_matrix()
56+
restoring_vec =uv_dyn.gvect()
57+
dampn_mat =uv_dyn.damping()
5358
```
5459

5560
## License

0 commit comments

Comments
 (0)