From 426436085742ef4b8fcfb01b039b8f5de864cd15 Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Wed, 12 Feb 2025 13:54:29 -0500 Subject: [PATCH] Add compatibility, tags, and stats metadata to repository.json --- repository.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/repository.json b/repository.json index 69e9d34..0b01677 100644 --- a/repository.json +++ b/repository.json @@ -20,5 +20,26 @@ "license": "MIT", "defaultBranch": "main", "lastUpdated": "2024-02-12T00:00:00Z", - "trust": "official" + "trust": "official", + "compatibility": { + "hristudio": { + "min": "0.1.0", + "recommended": "0.1.0" + }, + "ros2": { + "distributions": ["humble", "iron"], + "recommended": "iron" + } + }, + "tags": [ + "official", + "mobile-robots", + "ros2", + "turtlebot" + ], + "stats": { + "downloads": 0, + "stars": 0, + "plugins": 1 + } } \ No newline at end of file