-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Feature] Setup Travis CI to run unit tests for the OntologyQueryInterface #22
[Feature] Setup Travis CI to run unit tests for the OntologyQueryInterface #22
Conversation
Install catkin_pkg during travis builds Change argument to setup.py to install install packages to user site-packages dir
9eb7675
to
c5663da
Compare
@alex-mitrevski I need your help for installing the mas_knowledge_base repository in Travis. The |
Hmm, not sure what the problem could be. Maybe try installing the package without |
@alex-mitrevski, I already tried that, but that doesn't work either. Can I go ahead and install ROS kinetic bare bones in Travis? Although that seems a lot of overhead to me, I can't think of any other solution due to my lack of experience with distutils and setting up custom python modules. |
Sure, go ahead. We'll anyway need that for the knowledge base interface. |
92cbf76
to
806b06b
Compare
4583d95
to
9809a64
Compare
This PR implements unit-tests for validating the
OntologyQueryInterface
using a new, simple apartment ontology. These unit-tests can then be used during CI with Travis.Changelog
sample.owl
based on the tutorialsOntologyQueryInterface
OntologyQueryInterface
Related PRs
Closes #20
Related b-it-bots/mas_tutorials#14
Checklist:
package.xml
orCMakeLists.txt
)package.xml
andCMakeLists.txt
with the correct dependencies.