Add basic foxglove extension for analysis
This patch is the result of running the following:
$ cd aos/analysis/
$ ../../tools/foxglove/create-foxglove-extension foxglove_extension
and committing the generated changes.
Future patches will remove the example panel and add actually useful
functionality.
Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Change-Id: I131be7dab022ed9bfde7cc606d650928c955d0be
diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml
index 6eac091..f18844b 100644
--- a/pnpm-workspace.yaml
+++ b/pnpm-workspace.yaml
@@ -1,5 +1,6 @@
packages:
- - 'scouting/webserver/requests/messages'
- - 'scouting/www'
- - 'scouting/www/*'
- - 'scouting/www/test/*'
+- scouting/webserver/requests/messages
+- scouting/www
+- scouting/www/*
+- scouting/www/test/*
+- aos/analysis/foxglove_extension