This repository provides an example of Aerostack2 navigation capabilities developed within the European-funded SHEREC project.
Go to the root folder of the repository and run:
xhost + # this will enable gazebo visualization
docker compose up -d # use the -d for keep the container alive in backgroundWith this there is a running instance of the container with this project mounted in /root/sherec_nav.
Now you can run as much terminals as you need by running:
docker exec -it as2_sherec_nav /bin/bashFor stopping the container run
xhost - ; docker compose downcommand on the repo root folder. This will also remove the access to the XServer from the container.
Work in progress...
./launch_as2.bashLaunch script will display three different simulation scenarios:
Choose simulation config file to open:
1 sim_config/world_3d_lidar.json
2 sim_config/world_depth_cam.json
3 sim_config/world_planar_lidar.jsonCurently, only scenario 1 is ready to go.
python mission_path_planner_test.pyWork in progress...
If you use Aerostack2 in your research, please cite:
- M. Fernandez-Cortizas, M. Molina, P. Arias-Perez, R. Perez-Segui, D. Perez-Saura, and P. Campoy, 2023, "Aerostack2: A software framework for developing multi-robot aerial systems", ArXiv DOI 2303.18237.
This work has received funding from the European Union’s Horizon Europe research and innovation programme under Project No. HZ230070443 SHEREC — Safe, Healthy and Environmental Ship Recycling.
