Skip to content

Conversation

solangegbv
Copy link
Collaborator

No description provided.

solangegbv and others added 26 commits May 12, 2025 15:11
the planar_pcs_num.py file.
Correct a description of function in the planar_pcs.py file.
callable from other files for comparison purposes with the users choice parameters :
- option of saving or not the results, figures, videos
- option of plotting/printing or not the results, figures
- option on the type of derivation to use : symbolic, numeric
- option on the type of integration and parameter of integration to use : gauss, trapezoid
- option on the type of jacobian to use : explicit or autodifferentiation

Added the ability to save simulation results in pickle files (.pkl) for later comparison

Set up an explicit Jacobian in SE3 to compute B and G
- SE(3) Lie algebra operators
- convert SE(2) to SE(3) to use operators for the planar case
Implementation of a Gauss-Kronrad quadrature integration using the quadax library
Function documentation
get rid of jnp.array when possible, benchmark and tests on eps.
Autodiff: for loop calculation corrected
Explicit: implementation of explicit calculation using Lie algebra
Various tests
kinetic energy depends only on B and does not need to calculate other dynamic matrices
Correction of documentations
Corrected documentation
Removal of unnecessary imports
Ready to merge
@mstoelzle mstoelzle self-requested a review July 30, 2025 13:01
@mstoelzle
Copy link
Contributor

@solangegbv One more note: Please document the order of the strains (i.e., rotational or linear first) in the docstrings of the class/methods and also denote the meaning of the rows of the Jacobian in the docstring of the methods (i.e., linear or rotational velocities first)

Copy link
Contributor

@mstoelzle mstoelzle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks almost good - nice work! Just 2-3 comments left

@mstoelzle mstoelzle merged commit 1bf71b5 into main Jul 31, 2025
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants