From 5dc4e494dc8e7f4439f4cba68d91fff59016ed65 Mon Sep 17 00:00:00 2001 From: Geovane Fedrecheski Date: Wed, 16 Jul 2025 17:05:33 +0200 Subject: [PATCH] chore: add template configs for PoCs --- swarmake/main.py | 2 +- swarmake/swarmake.toml | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/swarmake/main.py b/swarmake/main.py index 2331683..366dfb4 100755 --- a/swarmake/main.py +++ b/swarmake/main.py @@ -126,7 +126,7 @@ def list(): all_repos = config.core.repositories unconfigured_projects = set(all_repos) - set([p.repo_name for p in configured_projects]) unconfigured_project_names = '\n\t'.join(unconfigured_projects) - logging.info(f"Found {len(unconfigured_projects)} unconfigured projects:\n\n\t{unconfigured_project_names}\n\n") + # logging.info(f"Found {len(unconfigured_projects)} unconfigured projects:\n\n\t{unconfigured_project_names}\n\n") @main.command() @click.option('-m', '--monitor', default=False, is_flag=True, help="Tell swarmit to monitor the event logs right after the experiment starts") diff --git a/swarmake/swarmake.toml b/swarmake/swarmake.toml index 387fb30..494b0db 100644 --- a/swarmake/swarmake.toml +++ b/swarmake/swarmake.toml @@ -100,6 +100,11 @@ cd controller && cargo build """ run = "cd controller && cargo run" +[projects.poc1] +setup = """ +echo "PoC 1 integration is TO-DO" +""" + [projects.poc2] repo = "singularity_poc2" setup = """ @@ -125,6 +130,21 @@ $ roscd mrs_uav_gazebo_simulation/tmux/one_drone " """ +[projects.poc3] +setup = """ +echo "PoC 3 integration is TO-DO" +""" + +[projects.poc4] +setup = """ +echo "PoC 4 integration is TO-DO" +""" + +[projects.poc5] +setup = """ +echo "PoC 5 integration is TO-DO" +""" + [_core] openswarm-url = "https://github.com/openswarm-eu" repositories = [