Created
March 31, 2022 14:58
-
-
Save defunctzombie/9169f6a5d9406ea9070ceaa1ca143c9e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"header": { | |
"stamp": { | |
"sec": 123, | |
"nsec": 123, | |
}, | |
"frame_id": "", | |
"seq": 0, | |
}, | |
"status": [{ | |
"level": 0, | |
"name": "some name", | |
"message": "some message", | |
"hardware_id": "some id", | |
"values": [{ "key": "foo", "value": "bar" }], | |
}], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment