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 67 commits into
base: master
Choose a base branch
from

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    ff13549 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad50d3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    560b1f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82f368a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7425d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    097004b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2340866 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a6f9e74 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a8e8fdd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c462fb6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    19b2fcc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    47ddcfb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f70a63d 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 Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1822da5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9706cf7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0a99d3a View commit details
    Browse the repository at this point in the history
  17. fix the init check bug

    saikishor committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e29ecab View commit details
    Browse the repository at this point in the history
  18. Apply formatting changes

    saikishor committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b2197da View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6d7f4a5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1dfb3b6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ee0dbb7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f4cf1e0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9368deb View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a8f4538 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    099f72d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1e0c4ee View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b311570 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a5ae76b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    edaf362 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    11badf6 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    526fcff View commit details
    Browse the repository at this point in the history
  32. remove unused test cases

    saikishor committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    3ffe034 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    ecbc1dd View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    06f9a21 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    75b1164 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    da8466f View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    48fcf8e View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    66fa5b1 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    834a9f6 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    9e58d61 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    6471d5b View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    770820f View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    9b8dbd4 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    e88ff9b View commit details
    Browse the repository at this point in the history
  45. Implement SoftJointLimiter class

    adriaroig authored and saikishor committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    eb0680e View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    4bbdd48 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    9948adb View commit details
    Browse the repository at this point in the history
  48. Create test_soft_joint_limiter.cpp

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

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

    adriaroig authored and saikishor committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4459577 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 Oct 11, 2024
    Configuration menu
    Copy the full SHA
    572a9a5 View commit details
    Browse the repository at this point in the history
  52. Test SofJointLimiter in position

    adriaroig authored and saikishor committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    05d414f View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    b86fafa View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    91d3bfb View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    474ff5a View commit details
    Browse the repository at this point in the history
  56. Format changes

    adriaroig authored and saikishor committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    901381d View commit details
    Browse the repository at this point in the history
  57. change copyright to PAL

    saikishor committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    339e4d1 View commit details
    Browse the repository at this point in the history
  58. add pre-comitting fixes

    saikishor committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    58e5de8 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    872c7ef View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    b22ac9e View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    cdd0ef9 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    4c71c32 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    80e7418 View commit details
    Browse the repository at this point in the history
  64. warn everytime we reach the limit

    mamueluth authored and saikishor committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2977f57 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    b724528 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    2a346b8 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    2f91440 View commit details
    Browse the repository at this point in the history