Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.62 KB

README.md

File metadata and controls

60 lines (41 loc) · 1.62 KB

Version Industrial CI Devel Container

ARIAC 2022 TheItalianJob workspace

ARIAC 2022

Links and documents:

Quick usage

In the host system, clone the repo:

git clone --recursive [email protected]:glpuga/ariac2021ws.git
cd ariac2021ws
git checkout main

Build the container:

cd docker
./build
./run.sh

Within the container build the worspace and launch the sample environment:

catkin_make
source devel/setup.bash
roslaunch tijchallenger gear.launch trial_config:=sample_kitting.yaml

That will launch the simulated environment. It may take a bit to load the first time since Gazebo will download a number of models to prepare the environment.

Once the simulation is up, open a second terminal and join the same running container as before:

cd ariac2021ws/docker
./join.sh
source devel/setup.bash

Finally, launch the competition node.

roslaunch tijchallenger challenger.launch

The node will start the competition mode and the robots will begin completing the orders in the trial configuration file.