[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

@@ -84,8 +84,8 @@ SNIPPETS_FOLDERS = [
]
TEMPLATES_FOLDERS = [
"commandbased",
"commandbasedskeleton",
"commandv2",
"commandv2skeleton",
"robotbaseskeleton",
"timed",
"timedskeleton",