Skip to content

Commit f5d185c

Browse files
authored
Add LogMessageViewer (#46)
Adds an extension that displays any foxglove.Log messages received during the entire displayed timeline. Allows filtering based on severity and contents. Clicking a message jumps the playhead to that timestamp
1 parent bcc0172 commit f5d185c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ Foxglove under the extension settings.
3232
- [String Panel](https://github.com/Ry0/foxglove-string-panel) - This extension displays the string data of std_msg/String or std_msg/msg/String on the panel.
3333
- [Polygon ROS](https://github.com/fireflyautomatix/foxglove-polygon-ros) - Visualize complex polygons
3434
- [Orientation Panel 2D](https://github.com/peek-robotics/foxglove-orientation-panel-2d) - A 2D visualization of orientation data from ROS messages with toggleable roll, pitch, and yaw displays
35-
- [WrenchStamped Panel](https://github.com/Ry0/foxglove-wrench-stamped-panel) - This extension displays the string data of geometry_msgs/WrenchStamped.msg or geometry_msgs/msg/WrenchStamped.msg on the panel.
35+
- [WrenchStamped Panel](https://github.com/Ry0/foxglove-wrench-stamped-panel) - This extension displays the string data of geometry_msgs/WrenchStamped.msg or geometry_msgs/msg/WrenchStamped.msg on the panel.
36+
- [LogMessageViewer Panel](https://github.com/flypyka/foxglove-extensions) - Displays any foxglove.Log messages received during the entire displayed timeline.

extensions.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,5 +299,19 @@
299299
"sha256sum": "bd58c28ddcca54467570dc7e646e209f6e4238f94d116eb3288b4bac9940e832",
300300
"foxe": "https://github.com/Ry0/foxglove-wrench-stamped-panel/releases/download/v1.0.0/kabu.wrench-stamped-panel-1.0.0.foxe",
301301
"keywords": ["foxglove", "ros", "wrench"]
302+
},
303+
{
304+
"id": "pykainc.LogMessageViewer",
305+
"name": "Log Message Viewer Panel",
306+
"description": "Displays any foxglove.Log messages received during the entire displayed timeline. Allows filtering based on severity and contents. Clicking a message jumps the playhead to that timestamp.",
307+
"publisher": "Pyka, Inc.",
308+
"homepage": "https://github.com/flypyka/foxglove-extensions",
309+
"readme": "https://raw.githubusercontent.com/flypyka/foxglove-extensions/refs/tags/v0.0.1/LogMessageViewer/README.md",
310+
"changelog": "https://raw.githubusercontent.com/flypyka/foxglove-extensions/refs/tags/v0.0.1/LogMessageViewer/CHANGELOG.md",
311+
"license": "MIT",
312+
"version": "v0.0.1",
313+
"sha256sum": "0373a32186670b0d7603bb0e49476ad89a5aef5eee96df7f86735ad002fa5ca0",
314+
"foxe": "https://github.com/flypyka/foxglove-extensions/releases/download/v0.0.1/pykainc.LogMessageViewer-0.0.1.foxe",
315+
"keywords": ["foxglove", "text", "log"]
302316
}
303317
]

0 commit comments

Comments
 (0)