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

fix gravity compensation in external torque computation #198

Merged
merged 6 commits into from
Feb 14, 2022

Commits on Feb 8, 2022

  1. fix gravity compensation in external torque computation

    Johannes Pankert authored and gollth committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    7a1bfbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49a45b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    e57dba1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8957694 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    553e182 View commit details
    Browse the repository at this point in the history
  4. CHANGE: Set desired joint quantities of robot state to zero

    This field is only ever set when using motion generators, i.e. the position- or
    velocity interface of the FCI. When sending a target value, the FCI sends you
    back the generated trajectory trajectory in `q_d`, `dq_d` and `ddq_d`.
    
    However franka_gazebo does not yet support any motion generator interface. Via
    torque control interface the robot sets these values to zero indicating that no
    motion is generated, which we replicate in franka_gazebo simulation.
    
    Note that `q_d` is a special case. This updates also in torque control mode and
    also during guiding to reset motion generators on replanning attempts. For
    brewity we just set it to `q` in franka_gazebo
    gollth committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    68a1e34 View commit details
    Browse the repository at this point in the history