From e1a3b4ebe2b66fa0f0462002203228fd76a21679 Mon Sep 17 00:00:00 2001 From: MatthewTaylor24 Date: Sat, 27 Jan 2018 15:28:15 -0800 Subject: [PATCH] Updated System_statuses.py to include Jetson EMMC and NVMe_SSD values. NVMe is a PLACEHOLDER atm due to not being on the jetson but a local machine. Edit [1] of system_fs_emmc_nvme near top of init to actual fs location on actual run --- rover/system_statuses/msg/JetsonInfo.msg | 4 +- .../scripts/.idea/workspace.xml | 103 +++++++++++------- .../scripts/system_statuses_node.py | 24 +++- 3 files changed, 88 insertions(+), 43 deletions(-) diff --git a/rover/system_statuses/msg/JetsonInfo.msg b/rover/system_statuses/msg/JetsonInfo.msg index 7762b80..8440c13 100644 --- a/rover/system_statuses/msg/JetsonInfo.msg +++ b/rover/system_statuses/msg/JetsonInfo.msg @@ -1,4 +1,4 @@ float64 jetson_CPU float64 jetson_RAM -int8 jetson_EMMC -int8 jetson_NVME_SSD \ No newline at end of file +float64 jetson_EMMC +float64 jetson_NVME_SSD \ No newline at end of file diff --git a/rover/system_statuses/scripts/.idea/workspace.xml b/rover/system_statuses/scripts/.idea/workspace.xml index a5b3cee..a8afe6f 100644 --- a/rover/system_statuses/scripts/.idea/workspace.xml +++ b/rover/system_statuses/scripts/.idea/workspace.xml @@ -11,29 +11,29 @@ - + - - + + - - - - - - + + + + + + - + - - + + @@ -56,8 +56,8 @@ @@ -68,10 +68,10 @@ DEFINITION_ORDER - @@ -88,7 +88,6 @@ - @@ -100,6 +99,7 @@