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

feat(franka_gazebo): implement set_franka_model_configuration service #226

Merged

Commits on Sep 5, 2023

  1. feat(franka_gazebo): implement 'set_franka_model_configuration' service

    This commit implements a `set_franka_model_configuration` service. This
    service can be used to set the Franka configuration in the Gazebo
    simulation. Under the hood, this service calls Gazebo's
    'set_model_configuration' service while ensuring that the reported joint
    positions stay within joint limits (see
    frankaemika#225 for more
    information).
    rickstaa committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    61d9210 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. fix: ensure changes work with new upstream

    This commit ensures the `set_franka_model_configuration` works with the
    changes made in 89d2571. It also
    simplifies the `SetJointConfiguration.srv` message.
    rickstaa committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    bae0507 View commit details
    Browse the repository at this point in the history