From 7a6fe5cc868a1574fa03ad119b2f21387a206c35 Mon Sep 17 00:00:00 2001 From: Jonah <47046556+jwbonner@users.noreply.github.com> Date: Thu, 15 Feb 2024 18:33:46 -0500 Subject: [PATCH] Fix Northstar camera names --- Robot_MA24B/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Robot_MA24B/config.json b/Robot_MA24B/config.json index 8e4c1283..a8b0c6c1 100644 --- a/Robot_MA24B/config.json +++ b/Robot_MA24B/config.json @@ -17,7 +17,7 @@ ], "cameras": [ { - "name": "northstar-0 POV", + "name": "Northstar 0", "rotations": [ { "axis": "y", @@ -40,7 +40,7 @@ "fov": 75 }, { - "name": "northstar-1 POV", + "name": "Northstar 1", "rotations": [ { "axis": "y",