Skip to content

Commit

Permalink
fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
simeon-ned committed Sep 9, 2024
1 parent 52c59b1 commit d97a2b5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,18 @@ JAXADI comes with several examples to help you get started:

3. [Function Conversion](examples/02_convert.py): See how to fully convert CasADi functions to JAX.

4. [Pinocchio Integration](examples/03_pinocchio.py): Explore how to convert Pinocchio-based CasADi functions to JAX.
4. [Pendulum Rollout](examples/03_pendulum_rollout.py): Batched rollout of the nonlinear passive nonlinear pendulum

5. [Pinocchio Integration](examples/04_pinocchio.py): Explore how to convert Pinocchio-based CasADi functions to JAX.

> **Note**: To run the Pinocchio example, ensure you have Pinocchio properly installed in your environment.
6. [MJX Comparison](examples/05_mjx.py): Compare the transformed Pinnocchio forward kinematics with one provided by Mujoco MJX

> **Note**: To run the Pinocchio and MJX examples, ensure you have them properly installed in your environment.
## Performance Benchmarks

(Consider adding a section about performance comparisons between CasADi and JAXADI-translated functions)
<!-- ## Performance Benchmarks
(Consider adding a section about performance comparisons between CasADi and JAXADI-translated functions) -->

<!-- ## Contributing
Expand Down

0 comments on commit d97a2b5

Please sign in to comment.