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

Add integration test for gazebo_yarp_controlboard plugin #529

Merged
merged 6 commits into from
Jan 22, 2021

Commits on Jan 20, 2021

  1. Remove unused test files

    traversaro committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    e2d4f2c View commit details
    Browse the repository at this point in the history
  2. Add integration test for gazebo_yarp_controlboard plugin

    Add basic integration test for the position control and the velocity control.
    The test simulates a simple one dof model (a pendulum) with a joint actuated
    by a gazebo_yarp_controlboard, and uses the remote_controlboard and the controlboardwrapper2
    to specify a position first and velocity setpoint later, and verify that the
    simulated robot reaches the requested setpoints. To avoid the need to
    run the yarpserver externally, the test uses YARP in local mode.
    traversaro committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    e17c7d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a894c3b View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

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

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    19f3612 View commit details
    Browse the repository at this point in the history
  2. Fix macOS CI

    traversaro authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    dcf6476 View commit details
    Browse the repository at this point in the history