Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend Support for Mimic Joint #2441

Open
wants to merge 166 commits into
base: devel
Choose a base branch
from
Open

Commits on Nov 13, 2024

  1. Add Urdf support for mimic joint (revolute and prismatic)

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b956bcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76bff65 View commit details
    Browse the repository at this point in the history
  3. [Joints] Added support for nj and idx_j

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2b55c36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2a53bd View commit details
    Browse the repository at this point in the history
  5. [Model] Support for nj and idx_j

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7e900fa View commit details
    Browse the repository at this point in the history
  6. [Data] Jacobian is now indexed on nj

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c415d95 View commit details
    Browse the repository at this point in the history
  7. [LieGroup] Neutral Specialization for mimic joints

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8d0706e View commit details
    Browse the repository at this point in the history
  8. [Serialization] Fix serialization

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ed1fd8e View commit details
    Browse the repository at this point in the history
  9. [Unittest] Fix unittest

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7455aee View commit details
    Browse the repository at this point in the history
  10. [unittest] Fix for mimic

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8173a72 View commit details
    Browse the repository at this point in the history
  11. [Python] Add bindings

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    68ea871 View commit details
    Browse the repository at this point in the history
  12. [Urdf] Add possibility to use mimic or not

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    36d83e6 View commit details
    Browse the repository at this point in the history
  13. [Serialization] Fix Test and serialization

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2bfea6b View commit details
    Browse the repository at this point in the history
  14. [Mimic] Joint Tpl instead of JointBase

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1be7027 View commit details
    Browse the repository at this point in the history
  15. [Broken test] copy visitor from variant to variant

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    30ef759 View commit details
    Browse the repository at this point in the history
  16. Add mimic to shortcuts

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    eba0592 View commit details
    Browse the repository at this point in the history
  17. wip

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    89a087d View commit details
    Browse the repository at this point in the history
  18. Copy constructor instead of =

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    bfc58be View commit details
    Browse the repository at this point in the history
  19. [EtienneAr feedback] Add mimic constructor for different primay/secon…

    …dary joint types
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d752dd2 View commit details
    Browse the repository at this point in the history
  20. [EtienneAr feedback] Move transferVariant to joint-basic-visitors and…

    … document it
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d3b8880 View commit details
    Browse the repository at this point in the history
  21. [EtienneAr feedback] PoC: fix appendModel

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5c22df6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    092566c View commit details
    Browse the repository at this point in the history
  23. [EtienneAr feedback] Joint Mimic jointConfigSelector_impl follows con…

    …ventions en return a 0 length vector (and apply pre-commit formatting)
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e754d3d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8b07410 View commit details
    Browse the repository at this point in the history
  25. [EtienneAr feedback] Apply pre-commit

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7ad0434 View commit details
    Browse the repository at this point in the history
  26. [EtienneAr feedback] Turn on mimic joint in model, reachable-workspac…

    …e, sample-models unittest
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    137ecd9 View commit details
    Browse the repository at this point in the history
  27. [EtienneAr feedback] Split jointCols jointRows and jointBLock for ful…

    …l and reduced system
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a7daddd View commit details
    Browse the repository at this point in the history
  28. [URDF] Modified the way mimic joint are added (still broken for romeo…

    …....)
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    203ba63 View commit details
    Browse the repository at this point in the history
  29. [urdf] Fix parsing of mimic joints

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0681ffb View commit details
    Browse the repository at this point in the history
  30. [Example] Fix to include mimic

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    503043b View commit details
    Browse the repository at this point in the history
  31. [robot_wrapper] Fix to include mimic

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a1bb911 View commit details
    Browse the repository at this point in the history
  32. Merge branch

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    93dc075 View commit details
    Browse the repository at this point in the history
  33. [RNEA] Modify to take mimic into account

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    33c2a88 View commit details
    Browse the repository at this point in the history
  34. [Mimic] Modify to be able to mimic from base to Tpl

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4458142 View commit details
    Browse the repository at this point in the history
  35. [SampleModel] Test to compare a mimic and non mimic model

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9eac944 View commit details
    Browse the repository at this point in the history
  36. [Data] Check on mimic is disable for now

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6cf3fed View commit details
    Browse the repository at this point in the history
  37. Working test

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    bc4481d View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    b5bc007 View commit details
    Browse the repository at this point in the history
  39. [EtienneAr feedback] Fix crba for mimic joints

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2976eff View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    d638c07 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    a6edd57 View commit details
    Browse the repository at this point in the history
  42. [EtienneAr feedback] Port crba fix to rnea, compute-all-terms and con…

    …strained-dynamics
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    fe11876 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    c7d2332 View commit details
    Browse the repository at this point in the history
  44. [EtienneAr feedback] Make M matrix symetric in test

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7047580 View commit details
    Browse the repository at this point in the history
  45. [EtienneAr feedback] Properly use data.nle instead of rnea

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    67a4a86 View commit details
    Browse the repository at this point in the history
  46. [EtienneAr feedback] Fix crba for mimic joints

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    928b80c View commit details
    Browse the repository at this point in the history
  47. [EtienneAr feedback] Fix RNEA after chage for mimic joints

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    cd1365d View commit details
    Browse the repository at this point in the history
  48. [example] Change buildModelUrdf - added mimic bool

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    09d352b View commit details
    Browse the repository at this point in the history
  49. [mimic-joint] Added support for FreeFlyer

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0cc0e82 View commit details
    Browse the repository at this point in the history
  50. [unittest] Added bool mimic to build urdf

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6854df2 View commit details
    Browse the repository at this point in the history
  51. [Joint] Split Joint ConfigSelector in two functions

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c02c167 View commit details
    Browse the repository at this point in the history
  52. Apply pre-commit

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    bdf1f2d View commit details
    Browse the repository at this point in the history
  53. Split JointVelocitySelector in two functions

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ac83802 View commit details
    Browse the repository at this point in the history
  54. Apply pre-commit

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ddc25ef View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    3f2698d View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    4e3673d View commit details
    Browse the repository at this point in the history
  57. [EtienneAr feedback] WiP: Fix ConfigVectorAffineTransform template sp…

    …ecialization
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2d186e1 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    8981a5d View commit details
    Browse the repository at this point in the history
  59. [EtienneAr feedback] Move configVectorAffineTransform code to joint-b…

    …asic-visitor
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c4d0987 View commit details
    Browse the repository at this point in the history
  60. [EtienneAr feedback] Add more test cases for config vector affine tra…

    …nsforms
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    243fc01 View commit details
    Browse the repository at this point in the history
  61. [EtienneAr feedback] Test affine transform for identity and non ident…

    …ity cases
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    63bd463 View commit details
    Browse the repository at this point in the history
  62. [EtienneAr feedback] Cleaner floating point comparison for NoAffineTr…

    …ansform assert
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e8c6e22 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    4e84c99 View commit details
    Browse the repository at this point in the history
  64. [EtienneAr feedback] [Mimic] Set indexes of ref joint to 0

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2a90985 View commit details
    Browse the repository at this point in the history
  65. [EtienneAr feedback] Fix mimic test for slightly new convention of re…

    …f joint idx_q, idx_v set to 0
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    56a7668 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    5c13e80 View commit details
    Browse the repository at this point in the history
  67. [bindings] Added mimic to context

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    87564c4 View commit details
    Browse the repository at this point in the history
  68. [parser] remove std::cout

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    99f23b6 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    8f41e56 View commit details
    Browse the repository at this point in the history
  70. [python] Added jointModelMimicable to context

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4d8daae View commit details
    Browse the repository at this point in the history
  71. [bindings] Fix mimic specialization for constructor

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    77b6b3b View commit details
    Browse the repository at this point in the history
  72. [context] Added mimicable joint

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    655eae6 View commit details
    Browse the repository at this point in the history
  73. [bindings] Finished specialization for mimic

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d4de67a View commit details
    Browse the repository at this point in the history
  74. {Joints@ Added mimicable trait

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5e0d210 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    6a67a00 View commit details
    Browse the repository at this point in the history
  76. [Joint] Remove mimicable joint collection

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4be07da View commit details
    Browse the repository at this point in the history
  77. [Joint] Use check mimic for jointMimic constructor

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6c93c66 View commit details
    Browse the repository at this point in the history
  78. [bindings] Make bindings conform to new jointMimic

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6a4fb6f View commit details
    Browse the repository at this point in the history
  79. [EtienneAr feedback] Make random humanoid with mimic joint

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7e8ddbd View commit details
    Browse the repository at this point in the history
  80. [EtienneAr feedback] Fix size in jointBlock

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    052e4ae View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    e0b575f View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    faebc3c View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    abdcca6 View commit details
    Browse the repository at this point in the history
  84. [EtienneAr feedback] Fix rebase conflict

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0bd8951 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    3e28f01 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    d4cb0a1 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    b762ec5 View commit details
    Browse the repository at this point in the history
  88. [EtienneAr feedback] WiP fix crba malloc

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c10e022 View commit details
    Browse the repository at this point in the history
  89. [EtienneAr feedback] Remove temporary variables before return for joi…

    …nt mimic
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3748e92 View commit details
    Browse the repository at this point in the history
  90. [EtienneAr feedback] Add stack allocation feature for JointMotionSubs…

    …paceTpl class and remove dedicated class
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    99a04dd View commit details
    Browse the repository at this point in the history
  91. [CRBA] Update computation of Ag

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ff63111 View commit details
    Browse the repository at this point in the history
  92. [EtienneAr feedback] Small serialization fix after changes in JoitMot…

    …ionSubspaceTpl
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    429f05a View commit details
    Browse the repository at this point in the history
  93. [EtienneAr feedback] Fix on Jcom for mimic

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4639319 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    670d421 View commit details
    Browse the repository at this point in the history
  95. [EtienneAr feedback] Enable mimic in rnea tests

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c408531 View commit details
    Browse the repository at this point in the history
  96. [EtienneAr feedback] Define MaxDim in ScaledJointMotionSubspace and f…

    …ix mimic test with it
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b50d81d View commit details
    Browse the repository at this point in the history
  97. [EtienneAr feedback] Add dedicated mimic test for crba

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    516232a View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    49f089f View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    a9fe864 View commit details
    Browse the repository at this point in the history
  100. [EtienneAr feedback] add patch to crba for mimic joints

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9f8546a View commit details
    Browse the repository at this point in the history
  101. [EtienneAr feedback] Update comment and remove hardcoded max size for…

    … crba patch
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e61fe51 View commit details
    Browse the repository at this point in the history
  102. [EtienneAr feedback] Make random humanoid with mimic joint

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e453754 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    5aaa169 View commit details
    Browse the repository at this point in the history
  104. [unittest/model] Added test for transformIntoJointMimic

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    fb7755b View commit details
    Browse the repository at this point in the history
  105. Apply pre-commit

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0ac61c3 View commit details
    Browse the repository at this point in the history
  106. Fix rebase

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0fb3485 View commit details
    Browse the repository at this point in the history
  107. [Algorithm/model] Remove useless if

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a353113 View commit details
    Browse the repository at this point in the history
  108. [EtienneAr feedback] Fix crba in local convention to prevent heap all…

    …ocation
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    64ad8a9 View commit details
    Browse the repository at this point in the history
  109. [EtienneAr feedback] Add assert for crba in world convention with mim…

    …ic joints
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c27e864 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    840b8c3 View commit details
    Browse the repository at this point in the history
  111. [EtienneAr feedback] Remove useless override of joint{Config,Velocity…

    …}From{Nv,Dof}Selector_impl and patch base FromDof ones
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5e684be View commit details
    Browse the repository at this point in the history
  112. [EtienneAr feedback] Fix selectConfigFromDof for JointModelTpl in the…

    … case of a mimic by using a visitor
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b5c7744 View commit details
    Browse the repository at this point in the history
  113. [EtienneAr feedback] Fix ConfigSelectorFromDof visitor

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    507778a View commit details
    Browse the repository at this point in the history
  114. [EtienneAr feedback] Fix CRBA test for mimic, and remove mimic in wor…

    …ld convention test
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    93f5f8a View commit details
    Browse the repository at this point in the history
  115. [EtienneAr feedback] Fix G matric for mimic crba test

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8bc29eb View commit details
    Browse the repository at this point in the history
  116. [EtienneAr feedback] Patch warnings in mimic crba test

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c3c3572 View commit details
    Browse the repository at this point in the history
  117. [Algorithm/crba] Fix world convention for mimic joints

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8e27e5b View commit details
    Browse the repository at this point in the history
  118. fix not working for all cases (spaced and parallel)

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2749269 View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    34a7cfd View commit details
    Browse the repository at this point in the history
  120. Fix crba world (small issue with parallel joint at the root where the…

    … two subtree meet)
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ed5c36c View commit details
    Browse the repository at this point in the history
  121. Fix for world convention

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    11817af View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    5eebd76 View commit details
    Browse the repository at this point in the history
  123. Add mimic tests to rnea

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9db83a0 View commit details
    Browse the repository at this point in the history
  124. Add security

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1ac2f57 View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    e1b5c21 View commit details
    Browse the repository at this point in the history
  126. Add security

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7f34bc7 View commit details
    Browse the repository at this point in the history
  127. [EtienneAr feedback] Fix ForceOperator for generic motion subspace an…

    …d mimic and prevent any malloc
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4d8acb0 View commit details
    Browse the repository at this point in the history
  128. [EtienneAr feedback] Patch previous fix on ForceOperator for motion s…

    …ubspace tpl
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6272346 View commit details
    Browse the repository at this point in the history
  129. Fix some errrors for com computation

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ed76cfa View commit details
    Browse the repository at this point in the history
  130. [Rnea] Patch Algorithms for mimic

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    760f1dd View commit details
    Browse the repository at this point in the history
  131. remove mimic joints from test

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7d422f1 View commit details
    Browse the repository at this point in the history
  132. [unittest/rnea] Add more test

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6cb1369 View commit details
    Browse the repository at this point in the history
  133. Fix tests and remove modification for Coriolis Matrix

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6c85d2c View commit details
    Browse the repository at this point in the history
  134. [rnea] Remove useless setZero

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f45e196 View commit details
    Browse the repository at this point in the history
  135. [Urdf] Rebase on new pinocchio release

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    febe325 View commit details
    Browse the repository at this point in the history
  136. Add assert to non supported algorithms

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1428f6e View commit details
    Browse the repository at this point in the history
  137. [algo/crba] Fix local convention for crba

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    402b876 View commit details
    Browse the repository at this point in the history
  138. [EtienneAr feedback] Comment local fix for crba and don't use getRela…

    …tivePlacement to remove redundant computations
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d339483 View commit details
    Browse the repository at this point in the history
  139. [EtienneAr feedback] Add comments to world fix for crba and factorize…

    … code to prevent duplication
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    dc4976a View commit details
    Browse the repository at this point in the history
  140. Update examples

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    aeb450a View commit details
    Browse the repository at this point in the history
  141. Configuration menu
    Copy the full SHA
    94ec4de View commit details
    Browse the repository at this point in the history
  142. Configuration menu
    Copy the full SHA
    de4b8ed View commit details
    Browse the repository at this point in the history
  143. [EtienneAr Feedback] Fix explicit ConfigVectorAffineTransformVisitor …

    …template parameters
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    35ed9da View commit details
    Browse the repository at this point in the history
  144. Configuration menu
    Copy the full SHA
    5d33f91 View commit details
    Browse the repository at this point in the history
  145. [bindings/urdf] Rebasing

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f1b29b7 View commit details
    Browse the repository at this point in the history
  146. Make code compile with CppAd

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    274928f View commit details
    Browse the repository at this point in the history
  147. [algo/crba] remove double function

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    da8f9bd View commit details
    Browse the repository at this point in the history
  148. [unittest/kinematics] Cast to avoid errors

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    57aa014 View commit details
    Browse the repository at this point in the history
  149. [multibody/geometry] Force scalar to be double

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b0efc9a View commit details
    Browse the repository at this point in the history
  150. [multibody/op] Only do comparison when scalar=double

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1a05f90 View commit details
    Browse the repository at this point in the history
  151. Remove compilation warnings

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5a6017a View commit details
    Browse the repository at this point in the history
  152. Fix crba and some tests for casadi

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4add64d View commit details
    Browse the repository at this point in the history
  153. Configuration menu
    Copy the full SHA
    3e8e5da View commit details
    Browse the repository at this point in the history
  154. [EtienneAr Feedback] Fix casadi test for joint mimic

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    61a45c8 View commit details
    Browse the repository at this point in the history
  155. [serialization] Fix template errors

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b2bc76f View commit details
    Browse the repository at this point in the history
  156. Fix examples

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    520df4a View commit details
    Browse the repository at this point in the history
  157. Fix Serialization

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c4454e3 View commit details
    Browse the repository at this point in the history
  158. Fix examples

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f1719a1 View commit details
    Browse the repository at this point in the history
  159. [test/rnea] Try fix for windows

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0efda83 View commit details
    Browse the repository at this point in the history
  160. [EtienneAr Feedback] Swap import order

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e924b48 View commit details
    Browse the repository at this point in the history
  161. [EtienneAr Feedback] Fix PINOCCHIO_EXPLICIT_INSTANTIATION DECLARATION…

    … to DEFINITION for transformJointIntoMimic
    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    cfda604 View commit details
    Browse the repository at this point in the history
  162. [EtienneAr Feedback] Update changelog

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    226d198 View commit details
    Browse the repository at this point in the history
  163. Configuration menu
    Copy the full SHA
    dc10ee5 View commit details
    Browse the repository at this point in the history
  164. Applied pre-commit

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    db6907e View commit details
    Browse the repository at this point in the history
  165. Fix init problem

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4613a0f View commit details
    Browse the repository at this point in the history
  166. [algo/jacobian] Fix rebasing

    Megane Millan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    30cf379 View commit details
    Browse the repository at this point in the history