diff --git a/display/index.html b/display/index.html index 61407e35..dc9a5ceb 100644 --- a/display/index.html +++ b/display/index.html @@ -5,7 +5,7 @@ - SCR Weeb Wagon + SCR Danger Zone @@ -41,7 +41,7 @@ -

Weeb Wagon

+

Danger Zone

@@ -233,7 +233,7 @@

System

Loading...
-

Waiting for the Weeb Wagon

+

Waiting for the Danger Zone

diff --git a/display/scripts/main.js b/display/scripts/main.js index 9f5da35f..c0c87708 100644 --- a/display/scripts/main.js +++ b/display/scripts/main.js @@ -74,6 +74,11 @@ $(document).ready(function () { const statemap = obj.states; if (node in statemap) { + if (node == "rosbridge_websocket" || node == "rosapi" || node == "scr_core" || node == "rosapi_params") + { + continue; + } + deviceStates[node] = statemap[node]; unorderedListElement = $("#element_device_states"); unorderedListElement.empty(); @@ -94,7 +99,7 @@ $(document).ready(function () { }; websocket.onclose = function (event) { - $("#connecting-state").text("Waiting for the Weeb Wagon"); + $("#connecting-state").text("Waiting for the Danger Zone"); $(".connecting").show(); $(".connecting-input").show(); $("#main").hide();