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

Add joint limiter interface plugins to enforce limits defined in the URDF #1526

Open
wants to merge 65 commits into
base: master
Choose a base branch
from

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    25bd5ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86e0960 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44f62d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfd9a34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c730aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74a9c88 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    339bca0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    47b07da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    89bd8a8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cc3b8b5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    af5f188 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f765e76 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    84d2848 View commit details
    Browse the repository at this point in the history
  14. remove the joint range limiter header and reuse it from the joint sat…

    …uration limiter + merge them into a single library
    saikishor committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    7e0a521 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7c551c3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5dd4e1d View commit details
    Browse the repository at this point in the history
  17. fix the init check bug

    saikishor committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    5e8430f View commit details
    Browse the repository at this point in the history
  18. Apply formatting changes

    saikishor committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    84d5cfc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2f99aaf View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f13c9bb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c8d1941 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    fa253af View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5061aa4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7a383e8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9e01dc5 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    dc6c4c3 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e1cf79d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0aeb2c0 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    bb3bf8c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    40fe7d9 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    381a80d View commit details
    Browse the repository at this point in the history
  32. remove unused test cases

    saikishor committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    7f19a3b View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    f16b118 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    ca590ce View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    baa7928 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    ee75a45 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    0600db2 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    e9f3372 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    204e8c4 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    bddf097 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    0307ef8 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    96fa562 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    94d700c View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    82d778a View commit details
    Browse the repository at this point in the history
  45. Implement SoftJointLimiter class

    adriaroig authored and saikishor committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    3beedd3 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    3ab5d53 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    5420a6d View commit details
    Browse the repository at this point in the history
  48. Create test_soft_joint_limiter.cpp

    adriaroig authored and saikishor committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    d5c4531 View commit details
    Browse the repository at this point in the history
  49. Fix typo in plugins definition

    adriaroig authored and saikishor committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    b3e6bf2 View commit details
    Browse the repository at this point in the history
  50. Rm soft_joint_limiter.hpp

    adriaroig authored and saikishor committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    6db838f View commit details
    Browse the repository at this point in the history
  51. Derive SoiftJointLimiter from JointSaturationLimiter<JointControlInte…

    …rfacesData> and enforce hard limtis
    adriaroig authored and saikishor committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    f158491 View commit details
    Browse the repository at this point in the history
  52. Test SofJointLimiter in position

    adriaroig authored and saikishor committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    59952f7 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    96c9069 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    b0627ec View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    609b928 View commit details
    Browse the repository at this point in the history
  56. Format changes

    adriaroig authored and saikishor committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    3994b37 View commit details
    Browse the repository at this point in the history
  57. change copyright to PAL

    saikishor committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    e51c349 View commit details
    Browse the repository at this point in the history
  58. add pre-comitting fixes

    saikishor committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    725d0c9 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    810e5e7 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    4c5bc04 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    4bc49ef View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    e842018 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    55adc1f View commit details
    Browse the repository at this point in the history
  64. warn everytime we reach the limit

    mamueluth authored and saikishor committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    b225be4 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    51a69af View commit details
    Browse the repository at this point in the history