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 28, 2024

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

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    0e05b80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f682cb4 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 28, 2024
    Configuration menu
    Copy the full SHA
    03d464e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a83452f View commit details
    Browse the repository at this point in the history
  5. [Model] Support for nj and idx_j

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

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

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

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

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

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

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    7253f79 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 28, 2024
    Configuration menu
    Copy the full SHA
    796d799 View commit details
    Browse the repository at this point in the history
  13. [Serialization] Fix Test and serialization

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

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    4d9a6bd 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 28, 2024
    Configuration menu
    Copy the full SHA
    0e6542f View commit details
    Browse the repository at this point in the history
  16. Add mimic to shortcuts

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

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

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    5ed6be7 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 28, 2024
    Configuration menu
    Copy the full SHA
    faa8447 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 28, 2024
    Configuration menu
    Copy the full SHA
    de7a75a View commit details
    Browse the repository at this point in the history
  21. [EtienneAr feedback] PoC: fix appendModel

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    d26d7f9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ad01bd4 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 28, 2024
    Configuration menu
    Copy the full SHA
    8bd4bb7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2c14b0c View commit details
    Browse the repository at this point in the history
  25. [EtienneAr feedback] Apply pre-commit

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    6d07cce 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 28, 2024
    Configuration menu
    Copy the full SHA
    2593331 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 28, 2024
    Configuration menu
    Copy the full SHA
    efb857d 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 28, 2024
    Configuration menu
    Copy the full SHA
    cf9bf86 View commit details
    Browse the repository at this point in the history
  29. [urdf] Fix parsing of mimic joints

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

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

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

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

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    2b0a3d1 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 28, 2024
    Configuration menu
    Copy the full SHA
    9be40f0 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 28, 2024
    Configuration menu
    Copy the full SHA
    981239e 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 28, 2024
    Configuration menu
    Copy the full SHA
    b028ac3 View commit details
    Browse the repository at this point in the history
  37. Working test

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

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    319c609 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    c248ef5 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    7ce5202 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 28, 2024
    Configuration menu
    Copy the full SHA
    cc00113 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    f684d60 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 28, 2024
    Configuration menu
    Copy the full SHA
    4266e17 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 28, 2024
    Configuration menu
    Copy the full SHA
    2d18a55 View commit details
    Browse the repository at this point in the history
  46. [EtienneAr feedback] Fix crba for mimic joints

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    292688f 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 28, 2024
    Configuration menu
    Copy the full SHA
    192c263 View commit details
    Browse the repository at this point in the history
  48. [example] Change buildModelUrdf - added mimic bool

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

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

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

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

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

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

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    59e2927 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    867aa71 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    7dd647e 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 28, 2024
    Configuration menu
    Copy the full SHA
    9264968 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    e6e4bff 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 28, 2024
    Configuration menu
    Copy the full SHA
    a03462e 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 28, 2024
    Configuration menu
    Copy the full SHA
    247fca6 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 28, 2024
    Configuration menu
    Copy the full SHA
    15e68dd 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 28, 2024
    Configuration menu
    Copy the full SHA
    ac4dab2 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    2db609a 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 28, 2024
    Configuration menu
    Copy the full SHA
    8f4dae8 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 28, 2024
    Configuration menu
    Copy the full SHA
    e92c18e View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    ae12f5a View commit details
    Browse the repository at this point in the history
  67. [bindings] Added mimic to context

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

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    d5c705a View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    3ebb771 View commit details
    Browse the repository at this point in the history
  70. [python] Added jointModelMimicable to context

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

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

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

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

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    c62c321 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    96bb9b5 View commit details
    Browse the repository at this point in the history
  76. [Joint] Remove mimicable joint collection

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

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

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    472b1e4 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 28, 2024
    Configuration menu
    Copy the full SHA
    ef49535 View commit details
    Browse the repository at this point in the history
  80. [EtienneAr feedback] Fix size in jointBlock

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    15c72a3 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    19fbc53 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    39453a0 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    c226414 View commit details
    Browse the repository at this point in the history
  84. [EtienneAr feedback] Fix rebase conflict

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    0dbe795 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    cbaac3d View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    0503b2b View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    eade4a9 View commit details
    Browse the repository at this point in the history
  88. [EtienneAr feedback] WiP fix crba malloc

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    a6e9ece 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 28, 2024
    Configuration menu
    Copy the full SHA
    bc54269 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 28, 2024
    Configuration menu
    Copy the full SHA
    60f8afa View commit details
    Browse the repository at this point in the history
  91. [CRBA] Update computation of Ag

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    224bb98 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 28, 2024
    Configuration menu
    Copy the full SHA
    ec4cd8a View commit details
    Browse the repository at this point in the history
  93. [EtienneAr feedback] Fix on Jcom for mimic

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

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    da348b9 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 28, 2024
    Configuration menu
    Copy the full SHA
    2a89bd8 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 28, 2024
    Configuration menu
    Copy the full SHA
    1a79287 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    5b84fec View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    eab1560 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 28, 2024
    Configuration menu
    Copy the full SHA
    792a44d 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 28, 2024
    Configuration menu
    Copy the full SHA
    91eefa7 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 28, 2024
    Configuration menu
    Copy the full SHA
    89aaba9 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    d2cc133 View commit details
    Browse the repository at this point in the history
  104. [unittest/model] Added test for transformIntoJointMimic

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

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

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

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    3a9d1e9 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 28, 2024
    Configuration menu
    Copy the full SHA
    8ae30b2 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 28, 2024
    Configuration menu
    Copy the full SHA
    dc3c69e View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    bab0101 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 28, 2024
    Configuration menu
    Copy the full SHA
    24fcfd8 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 28, 2024
    Configuration menu
    Copy the full SHA
    aff762f View commit details
    Browse the repository at this point in the history
  113. [EtienneAr feedback] Fix ConfigSelectorFromDof visitor

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    c04db1a 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 28, 2024
    Configuration menu
    Copy the full SHA
    d0f6f0c 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 28, 2024
    Configuration menu
    Copy the full SHA
    931859e 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 28, 2024
    Configuration menu
    Copy the full SHA
    4431ea0 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 28, 2024
    Configuration menu
    Copy the full SHA
    7a72b7a 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 28, 2024
    Configuration menu
    Copy the full SHA
    f0d93ba View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    ac410f3 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 28, 2024
    Configuration menu
    Copy the full SHA
    ae14f53 View commit details
    Browse the repository at this point in the history
  121. Fix for world convention

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    d0e5449 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    77a63b5 View commit details
    Browse the repository at this point in the history
  123. Add mimic tests to rnea

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

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    1738c46 View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    b2b2950 View commit details
    Browse the repository at this point in the history
  126. Add security

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    6bbf735 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 28, 2024
    Configuration menu
    Copy the full SHA
    ae6fca0 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 28, 2024
    Configuration menu
    Copy the full SHA
    0290555 View commit details
    Browse the repository at this point in the history
  129. Fix some errrors for com computation

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

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

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

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    b7fd6aa 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 28, 2024
    Configuration menu
    Copy the full SHA
    7ab8e59 View commit details
    Browse the repository at this point in the history
  134. [rnea] Remove useless setZero

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

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

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

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    6a2240b 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 28, 2024
    Configuration menu
    Copy the full SHA
    3123de8 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 28, 2024
    Configuration menu
    Copy the full SHA
    3ee0ab1 View commit details
    Browse the repository at this point in the history
  140. Update examples

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    d51e9c8 View commit details
    Browse the repository at this point in the history
  141. Configuration menu
    Copy the full SHA
    171f408 View commit details
    Browse the repository at this point in the history
  142. Configuration menu
    Copy the full SHA
    9f9705f View commit details
    Browse the repository at this point in the history
  143. [EtienneAr Feedback] Fix explicit ConfigVectorAffineTransformVisitor …

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

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

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

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

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

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    d04f096 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 28, 2024
    Configuration menu
    Copy the full SHA
    83bfadf View commit details
    Browse the repository at this point in the history
  151. Remove compilation warnings

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

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    545d928 View commit details
    Browse the repository at this point in the history
  153. Configuration menu
    Copy the full SHA
    c1229d5 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 28, 2024
    Configuration menu
    Copy the full SHA
    4879d7c View commit details
    Browse the repository at this point in the history
  155. [serialization] Fix template errors

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

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

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

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

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

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    33a135b 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 28, 2024
    Configuration menu
    Copy the full SHA
    4f9c29a View commit details
    Browse the repository at this point in the history
  162. [EtienneAr Feedback] Update changelog

    Megane Millan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    637b5a6 View commit details
    Browse the repository at this point in the history
  163. Configuration menu
    Copy the full SHA
    0708f54 View commit details
    Browse the repository at this point in the history
  164. Applied pre-commit

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

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

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