Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ Foxglove under the extension settings.
- [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.
- [Polygon ROS](https://github.com/fireflyautomatix/foxglove-polygon-ros) - Visualize complex polygons
- [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
- [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.
- [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.
- [LogMessageViewer Panel](https://github.com/flypyka/foxglove-extensions) - Displays any foxglove.Log messages received during the entire displayed timeline.
14 changes: 14 additions & 0 deletions extensions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[

Check warning on line 1 in extensions.json

View workflow job for this annotation

GitHub Actions / ci

foxglove.blank-panel-extension: must use create-foxglove-extension 1.0.3, found 0.6.1

Check warning on line 1 in extensions.json

View workflow job for this annotation

GitHub Actions / ci

uwprl.studio-extension-mushr: must use create-foxglove-extension 1.0.3, found 0.4.0

Check warning on line 1 in extensions.json

View workflow job for this annotation

GitHub Actions / ci

sideways.studio-extension-sideways: must use create-foxglove-extension 1.0.3, found 0.5.1

Check warning on line 1 in extensions.json

View workflow job for this annotation

GitHub Actions / ci

danielclapp.ros2-parameter-extension: must use create-foxglove-extension 1.0.3, found 0.5.1

Check warning on line 1 in extensions.json

View workflow job for this annotation

GitHub Actions / ci

yulong.studio-extension-virtual-joystick: must use create-foxglove-extension 1.0.3, found 0.8.6

Check warning on line 1 in extensions.json

View workflow job for this annotation

GitHub Actions / ci

missionrobotics.h264-panel: must use create-foxglove-extension 1.0.3, found 0.5.1

Check warning on line 1 in extensions.json

View workflow job for this annotation

GitHub Actions / ci

ivi.orientation-extension: must use create-foxglove-extension 1.0.3, found 0.8.0

Check warning on line 1 in extensions.json

View workflow job for this annotation

GitHub Actions / ci

metaverseindustriesllc.plotly: must use create-foxglove-extension 1.0.3, found 0.8.1

Check warning on line 1 in extensions.json

View workflow job for this annotation

GitHub Actions / ci

lynxdrone.battery-display: must use create-foxglove-extension 1.0.3, found 0.8.4

Check warning on line 1 in extensions.json

View workflow job for this annotation

GitHub Actions / ci

joshnewans.joy-panel: must use create-foxglove-extension 1.0.3, found 0.8.6
{
"id": "foxglove.blank-panel-extension",
"name": "Blank Panel",
Expand Down Expand Up @@ -299,5 +299,19 @@
"sha256sum": "bd58c28ddcca54467570dc7e646e209f6e4238f94d116eb3288b4bac9940e832",
"foxe": "https://github.com/Ry0/foxglove-wrench-stamped-panel/releases/download/v1.0.0/kabu.wrench-stamped-panel-1.0.0.foxe",
"keywords": ["foxglove", "ros", "wrench"]
},
{
"id": "pykainc.LogMessageViewer",
"name": "Log Message Viewer Panel",
"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.",
"publisher": "Pyka, Inc.",
"homepage": "https://github.com/flypyka/foxglove-extensions",
"readme": "https://raw.githubusercontent.com/flypyka/foxglove-extensions/refs/tags/v0.0.1/LogMessageViewer/README.md",
"changelog": "https://raw.githubusercontent.com/flypyka/foxglove-extensions/refs/tags/v0.0.1/LogMessageViewer/CHANGELOG.md",
"license": "MIT",
"version": "v0.0.1",
"sha256sum": "0373a32186670b0d7603bb0e49476ad89a5aef5eee96df7f86735ad002fa5ca0",
"foxe": "https://github.com/flypyka/foxglove-extensions/releases/download/v0.0.1/pykainc.LogMessageViewer-0.0.1.foxe",
"keywords": ["foxglove", "text", "log"]
}
]
Loading