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

Testing Red Ball Demo #24

Merged
merged 5 commits into from
Nov 23, 2016
Merged

Testing Red Ball Demo #24

merged 5 commits into from
Nov 23, 2016

Conversation

pattacini
Copy link
Member

@pattacini pattacini commented Nov 23, 2016

I've implemented a specific test covering the so-called Red Ball Demo available from the icub-basic-demos repository.

Do git pull --rebase && make install of icub-basic-demos before proceeding.

The test can be launched by calling:

$ testrunner --verbose --suit suits\demoRedBall-icubSim.xml

and it will check whether a couple of ball positions are reached and gazed at by the robot. Homing the upper-body is also verified.

To have a quick flavor of this new test, watch the animation below:

ezgif com-video-to-gif

cc @randaz81 @apaikan @traversaro @vtikha @barbalberto @valegagge @lornat75 @drdanz

@apaikan I've had the opportunity to work a bit with RTF these days, and it's a very great tool 😄

@pattacini pattacini self-assigned this Nov 23, 2016
@pattacini pattacini merged commit 9390da8 into master Nov 23, 2016
@pattacini pattacini deleted the feature/demoRedBall branch November 23, 2016 08:45
@pattacini
Copy link
Member Author

@triccyx I managed to run the test following these steps.

Clone & build & install icub-basic-demos

$ git clone https://github.com/robotology/icub-basic-demos.git
$ mkdir icub-basic-demos/build && cd icub-basic-demos/build
$ ccmake .. && make install

Make icub-tests's plugins discoverable

$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path-to-icub-tests/build/plugins

Launch the test

$ cd icub-tests/suites
$ robottestingframework-testrunner --verbose --suite demoRedBall-icubSim.xml

@triccyx
Copy link
Member

triccyx commented Sep 4, 2019

Ok, thanks! the export makes the difference.

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