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 165 commits into
base: devel
Choose a base branch
from
Open

Commits on Oct 28, 2024

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

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4d9d884 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ef33e3 View commit details
    Browse the repository at this point in the history
  3. [Joints] Added support for nj and idx_j

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    445651b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49794a9 View commit details
    Browse the repository at this point in the history
  5. [Model] Support for nj and idx_j

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

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

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

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

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

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

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

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

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

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

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c8cde41 View commit details
    Browse the repository at this point in the history
  16. Add mimic to shortcuts

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

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

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a0ccbb6 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    45820de 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    685e81b View commit details
    Browse the repository at this point in the history
  21. [EtienneAr feedback] PoC: fix appendModel

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    919050c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3d221f9 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c966d01 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4b22cf2 View commit details
    Browse the repository at this point in the history
  25. [EtienneAr feedback] Apply pre-commit

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e8e829f 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ca5f77e 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a55d3bf 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5e21b59 View commit details
    Browse the repository at this point in the history
  29. [urdf] Fix parsing of mimic joints

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

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

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

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

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    206d9b3 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b1a68b4 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ac81325 View commit details
    Browse the repository at this point in the history
  36. [Data] Check on mimic is disable for now

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    75584d0 View commit details
    Browse the repository at this point in the history
  37. Working test

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

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    574e93e View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    28a641e View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    fcb68db 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ef45b95 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    a13a685 View commit details
    Browse the repository at this point in the history
  44. [EtienneAr feedback] Make M matrix symetric in test

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    83bfe4f 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0e45c7a View commit details
    Browse the repository at this point in the history
  46. [EtienneAr feedback] Fix crba for mimic joints

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

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

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

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

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

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

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

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5ed5dd1 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    ed295df View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    796a4dd View commit details
    Browse the repository at this point in the history
  57. [EtienneAr feedback] WiP: Fix ConfigVectorAffineTransform template sp…

    …ecialization
    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    567cc44 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    de2669f 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    32330e0 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6547456 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0aaad9d 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    2f9569d View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    847bbfd 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    dfbb342 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    91ef1b5 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    e77ebb0 View commit details
    Browse the repository at this point in the history
  67. [bindings] Added mimic to context

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

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

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

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

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

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

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1f65f7b View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    016102e View commit details
    Browse the repository at this point in the history
  76. [Joint] Remove mimicable joint collection

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

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

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

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0af5c97 View commit details
    Browse the repository at this point in the history
  80. [EtienneAr feedback] Fix size in jointBlock

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    581341d View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    a407b48 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    6677d87 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    932e313 View commit details
    Browse the repository at this point in the history
  84. [EtienneAr feedback] Fix rebase conflict

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    20f8bab View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    762ce8c View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    361eac2 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    6b22ea5 View commit details
    Browse the repository at this point in the history
  88. [EtienneAr feedback] WiP fix crba malloc

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ab2d2f4 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    15aa632 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d0d9867 View commit details
    Browse the repository at this point in the history
  91. [CRBA] Update computation of Ag

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

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

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    39f2a49 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    3387d3a View commit details
    Browse the repository at this point in the history
  97. [EtienneAr feedback] Add dedicated mimic test for crba

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0148b0f View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    9b95ed1 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    5a45359 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ef899c9 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    34706b8 View commit details
    Browse the repository at this point in the history
  102. [EtienneAr feedback] Make random humanoid with mimic joint

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    7ec158e View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    4bb8cf6 View commit details
    Browse the repository at this point in the history
  104. [unittest/model] Added test for transformIntoJointMimic

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

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

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

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0e68e76 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    73c9035 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    9e3f49e View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    627529c 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    2968146 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    3a719dc View commit details
    Browse the repository at this point in the history
  113. [EtienneAr feedback] Fix ConfigSelectorFromDof visitor

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    030cc46 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    694475d 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    2186256 View commit details
    Browse the repository at this point in the history
  116. [EtienneAr feedback] Patch warnings in mimic crba test

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

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    14b17b0 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    cd6d3cf View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    a0b3011 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    93bb9e4 View commit details
    Browse the repository at this point in the history
  121. Fix for world convention

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    602f61b View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    4698d0d View commit details
    Browse the repository at this point in the history
  123. Add mimic tests to rnea

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

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    bc7fcb1 View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    d6791ca View commit details
    Browse the repository at this point in the history
  126. Add security

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

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

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

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

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

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    3492ad4 View commit details
    Browse the repository at this point in the history
  134. [rnea] Remove useless setZero

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

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

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

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    df12ced 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    3e44aa6 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    31b9866 View commit details
    Browse the repository at this point in the history
  140. Update examples

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    711a7b1 View commit details
    Browse the repository at this point in the history
  141. Configuration menu
    Copy the full SHA
    587dd72 View commit details
    Browse the repository at this point in the history
  142. Configuration menu
    Copy the full SHA
    59923fe View commit details
    Browse the repository at this point in the history
  143. [EtienneAr Feedback] Fix explicit ConfigVectorAffineTransformVisitor …

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

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

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

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

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

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

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    fdbc21c View commit details
    Browse the repository at this point in the history
  151. Remove compilation warnings

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

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    983166f View commit details
    Browse the repository at this point in the history
  153. Configuration menu
    Copy the full SHA
    a528fc3 View commit details
    Browse the repository at this point in the history
  154. [EtienneAr Feedback] Fix casadi test for joint mimic

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    89fda7d View commit details
    Browse the repository at this point in the history
  155. [serialization] Fix template errors

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

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

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

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

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

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

    Megane Millan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    3cefa42 View commit details
    Browse the repository at this point in the history
  163. Configuration menu
    Copy the full SHA
    cc2aee7 View commit details
    Browse the repository at this point in the history
  164. Applied pre-commit

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

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