Skip to content

Commit bed8804

Browse files
committed
update documentation
1 parent cf09f6f commit bed8804

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dampn_mat = uv_dyn.body_damping_matrix()
6262
ned_accel = uv_dyned.ned_euler_forward_dynamics()
6363
```
6464
### Extending with CasADi Capabilities
65-
All expressions obtained from the diffUV library methods (get_body_inertia_matrix(), coriolis_body_centripetal_matrix(), gvect_body, etc) are of CasADi type. This allows them to be integrated with CasADi's advanced functionalities for optimization, symbolic computations, and numerical integrations.
65+
All expressions obtained from the diffUV library methods are of CasADi type. This allows them to be integrated with CasADi's advanced functionalities for optimization, symbolic computations, and numerical integrations.
6666

6767
### Symbolic Differentiation
6868
Utilize CasADi's automatic differentiation to compute derivatives:

examples/user.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import diffUV

0 commit comments

Comments
 (0)