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

Conversation

traversaro
Copy link
Member

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.

The tests uses the Gazebo-provided server fixture, using https:/robotology-dependencies/gazebo-classic-gtest to automatically download the appropriate version of gtest.

traversaro and others added 3 commits January 20, 2021 06:05
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 traversaro merged commit f30c828 into robotology:master Jan 22, 2021
@traversaro traversaro deleted the add/test/vel branch January 22, 2021 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants