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

[JTC] Re-enabling test, bugfixing and hardening. Adding a parameter to define when trajectories with non-zero velocity at the end are used. (backport #705) #706

Merged
merged 17 commits into from
Aug 5, 2023

Commits on Jul 17, 2023

  1. [JTC] Extend tests (#612)

    (cherry picked from commit 9908a9c)
    
    # Conflicts:
    #	joint_trajectory_controller/test/test_trajectory_controller.cpp
    christophfroehlich authored and mergify[bot] committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    383c77f View commit details
    Browse the repository at this point in the history
  2. Increase action tests timeout (#680)

    (cherry picked from commit 8674f2d)
    
    # Conflicts:
    #	joint_trajectory_controller/CMakeLists.txt
    christophfroehlich authored and mergify[bot] committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    4dcd1b1 View commit details
    Browse the repository at this point in the history
  3. [JTC] Fix time sources and wrong checks in tests (#686)

    * Fix time sources and wrong checks in tests
    * Use time from update-method instead of node clock
    * Readd test of last command in test_goal_tolerances_fail
    
    ---------
    
    Co-authored-by: Bence Magyar <[email protected]>
    (cherry picked from commit 7e13d1d)
    
    # Conflicts:
    #	joint_trajectory_controller/test/test_trajectory_actions.cpp
    christophfroehlich authored and mergify[bot] committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    608fe57 View commit details
    Browse the repository at this point in the history
  4. Match feature branches (#689)

    (cherry picked from commit f70c986)
    christophfroehlich authored and mergify[bot] committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    7d5b47a View commit details
    Browse the repository at this point in the history
  5. Add test for velocity error with effort cmd interface (#690)

    (cherry picked from commit ff6e81d)
    christophfroehlich authored and mergify[bot] committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    c80c899 View commit details
    Browse the repository at this point in the history
  6. Compute velocity errors when using an effort command interface (#679)

    (cherry picked from commit 2e0da5d)
    (cherry picked from commit 12d46f2)
    tingelst authored and mergify[bot] committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    7ca381b View commit details
    Browse the repository at this point in the history
  7. [JTC] Reject trajectories with nonzero terminal velocity (#567)

    * Reject receiving trajectory of last velocity point is non-zero
    
    * Update docs
    
    * Add tests
    
    * Change to parameterized test
    
    * Rename parameter
    
    * not true -> false
    
    ---------
    
    Co-authored-by: Bence Magyar <[email protected]>
    (cherry picked from commit 99b67d7)
    christophfroehlich authored and mergify[bot] committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    2c8fb3e View commit details
    Browse the repository at this point in the history
  8. Fixed update period computation in test (#693)

    (cherry picked from commit 88c3463)
    gwalck authored and mergify[bot] committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    5ed040c View commit details
    Browse the repository at this point in the history
  9. Fix namespace for parameter traits(#703)

    (cherry picked from commit e49c540)
    
    # Conflicts:
    #	joint_trajectory_controller/include/joint_trajectory_controller/validate_jtc_parameters.hpp
    christophfroehlich authored and mergify[bot] committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    a99d167 View commit details
    Browse the repository at this point in the history
  10. Don't test update after cleanup

    (cherry picked from commit 259d3d8)
    christophfroehlich authored and mergify[bot] committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    ec1277c View commit details
    Browse the repository at this point in the history
  11. Remove reactivation test from ROS 1

    (cherry picked from commit 126b95c)
    
    # Conflicts:
    #	joint_trajectory_controller/test/test_trajectory_controller.cpp
    christophfroehlich authored and mergify[bot] committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    ccdd4af View commit details
    Browse the repository at this point in the history
  12. fix CMakeLists

    bmagyar authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    2b889d4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4f41c31 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    029fb25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f74412 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    57c7a34 View commit details
    Browse the repository at this point in the history
  2. Fixing tests for #706 (backport #705) (#735)

    * Use new state message
    
    * Increase allowed delta for position_error_not_normalized
    
    * Deactivate effort test
    christophfroehlich authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    4af4811 View commit details
    Browse the repository at this point in the history