|
Objective: Learn how to use Axii to set up an ArmarX workspace and install ArmarX.
Previous Tutorials: None
Next Tutorials: Explore ArmarX (I): Start the ARMAR-III Simulation
ArmarX is installed via Axii, the ArmarX Integrated Installer. Follow these instructions on the linked page:
You should now have an ArmarX workspace (the default is ~/code/
), which should look roughly like this:
If you are a member of H²T (student or staff), adding these Axii modules is recommended:
h2t/PriorKnowledgeData
: An ArmarX package mainly containing data. It has many models of objects, scenes, and more.armarx_integration/robots/armar6
: Model, simulation, skills and more related to ARMAR-6.Please note that the module h2t/PriorKnowledgeData
is necessary to run the following tutorials.
You can add a module by running
for each module to add.
Afterwards, run an upgrade:
After upgrading your workspace use
to enter the newly added module "PriorKnowledgeData". Then use
You can check whether your changes where applied by using
You should see something along the lines of
When finished, the new modules should be located in your workspace as defined by their name, e.g. at ~/code/h2t/PriorKnowledgeData
.
When the installation is finished, continue with exploring ArmarX, part one.