Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ Foxglove under the extension settings.
- [Orientation Panel 3D](https://github.com/peek-robotics/foxglove-orientation-panel-3d) - A simple 3D visualization of orientation from topics containing quaternions
- [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
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

Check failure on line 1 in extensions.json

View workflow job for this annotation

GitHub Actions / ci

peekrobotics.orientation-panel-2d:Digest mismatch for https://github.com/peek-robotics/foxglove-orientation-panel-2d/releases/download/v0.0.5/peekrobotics.orientation-panel-2d-0.0.5.foxe, expected: 5970656242d2a41524f777ca2ab114f64838e8cf5c9644bb355710f1ba35613e, actual: 58bd5e377a3ce0204e246b76c326ebf8173b8c22fa5aadb340494e0f6b68f1c9
{
"id": "foxglove.blank-panel-extension",
"name": "Blank Panel",
Expand Down Expand Up @@ -271,5 +271,19 @@
"sha256sum": "494d92c445cffecfd399f7b5425af3addaaa523a8bf3364a0f8d2ca79016ed42",
"foxe": "https://github.com/fireflyautomatix/foxglove-polygon-ros/releases/download/1.0.0/fireflyautomatix.polygon-ros-1.0.0.foxe",
"keywords": ["ros", "polygon", "2d"]
},
{
"id": "peekrobotics.orientation-panel-2d",
"name": "Orientation Panel 2D",
"description": "A 2D visualization of orientation data from ROS messages with toggleable roll, pitch, and yaw displays",
"publisher": "peek-robotics",
"homepage": "https://github.com/peek-robotics/foxglove-orientation-panel-2d",
"readme": "https://raw.githubusercontent.com/peek-robotics/foxglove-orientation-panel-2d/refs/heads/main/README.md",
"changelog": "https://raw.githubusercontent.com/peek-robotics/foxglove-orientation-panel-2d/refs/heads/main/CHANGELOG.md",
"license": "MIT",
"version": "v0.0.5",
"sha256sum": "5970656242d2a41524f777ca2ab114f64838e8cf5c9644bb355710f1ba35613e",
"foxe": "https://github.com/peek-robotics/foxglove-orientation-panel-2d/releases/download/v0.0.5/peekrobotics.orientation-panel-2d-0.0.5.foxe",
"keywords": ["foxglove", "ros", "orientation", "quaternion", "roll", "pitch", "yaw"]
}
]
Loading