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] Convert lambda to class functions (backport #945) #1014

Closed
wants to merge 6 commits into from

Commits on Feb 2, 2024

  1. [JTC] Convert lambda to class functions (#945)

    * Convert lambdas to member functions
    
    * Make member function const
    
    * Add a test for compute_error function
    
    * Make reference_wrapper argument const
    
    * Iterate over error fields
    
    (cherry picked from commit 833ed7f)
    
    # Conflicts:
    #	joint_trajectory_controller/include/joint_trajectory_controller/tolerances.hpp
    #	joint_trajectory_controller/src/joint_trajectory_controller.cpp
    christophfroehlich authored and mergify[bot] committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    32531ae View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Fix conflicts.

    destogl authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    32ad176 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a058846 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcda1c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    16e0673 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    6e282de View commit details
    Browse the repository at this point in the history