[examples] Reorganize templates to use CommandsV2 (#8432)

Change Commandbased to Commandv2
Run example check on templates
This commit is contained in:
sciencewhiz
2025-11-29 20:46:32 -08:00
committed by GitHub
parent 5aa0b7afea
commit e902a98601
44 changed files with 119 additions and 115 deletions

View File

@@ -83,18 +83,18 @@ SNIPPETS_FOLDERS = [
]
TEMPLATES_FOLDERS = [
"commandbased",
"commandbasedskeleton",
"commandv2",
"commandv2skeleton",
"educational",
"robotbaseskeleton",
"romicommandbased",
"romicommandv2",
"romieducational",
"romitimed",
"timed",
"timedskeleton",
"timeslice",
"timesliceskeleton",
"xrpcommandbased",
"xrpcommandv2",
"xrpeducational",
"xrptimed",
]