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

[ros2] Adding option to select the frame where the force will be applied #978

Merged
merged 5 commits into from
Aug 23, 2019
Merged

[ros2] Adding option to select the frame where the force will be applied #978

merged 5 commits into from
Aug 23, 2019

Commits on Aug 16, 2019

  1. Adding option to select the frame where the force will be applied

    A new parameter was added on the plugin with the options 'world' and 'link' frame.
    The default value is 'world'.
    Internally the AddRelativeForce() and torque functions are used instead of the AddForce() when the body option is selected.
    alexfneves committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    0ea5114 View commit details
    Browse the repository at this point in the history
  2. Modifying force test for the 'world' frame, and adding test for the f…

    …orce on the 'link' frame
    
    The new world file starts with the box rotated.
    alexfneves committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    8a1ab8a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2019

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

Commits on Aug 22, 2019

  1. Removing OnUpdateRelative() from the force plugin

    This function could potentially break the ABI, therefore is been removed.
    alexfneves committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    0f50c5d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. body -> link, warn -> info, more examples

    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    95fbd6c View commit details
    Browse the repository at this point in the history