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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ Foxglove under the extension settings.
- [Markdown](https://github.com/polymathrobotics/foxglove_extensions/tree/main/markdown) - Basic markdown renderer extension for documentation and notes
- [ROS2 Graph](https://github.com/polymathrobotics/foxglove_extensions/tree/main/ros2-graph) - Visualization and information on nodes, topics and other ROS2 Graph data (requires running [Graph Monitor](https://github.com/ros-tooling/graph-monitor))
- [PX4 Converter](https://github.com/foxglove/px4_converter) - Extended visualization of PX4 messages in Foxglove panels
- [Depth RVL Decoder](https://github.com/makeecat/foxglove-depth-rvl) - Foxglove schema converter that turns RVL compressed depth images into sensor_msgs/Image depth frames.
19 changes: 19 additions & 0 deletions extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[
{
"id": "foxglove.blank-panel-extension",
Expand Down Expand Up @@ -530,5 +530,24 @@
"px4",
"drones"
]
},
{
"id": "yangzhou.depth-rvl",
"name": "Depth RVL Decoder",
"description": "Foxglove schema converter that turns RVL compressed depth images into sensor_msgs/Image depth frames.",
"publisher": "Yang Zhou",
"homepage": "https://github.com/makeecat/foxglove-depth-rvl",
"readme": "https://raw.githubusercontent.com/makeecat/foxglove-depth-rvl/refs/heads/main/README.md",
"changelog": "https://raw.githubusercontent.com/makeecat/foxglove-depth-rvl/refs/heads/main/CHANGELOG.md",
"license": "MIT",
"version": "1.0.0",
"sha256sum": "c550a4e2e6b30ea6932636efbddfc110fd42db2810cc69ad8b2bc47374aad7f7",
"foxe": "https://github.com/makeecat/foxglove-depth-rvl/releases/download/v1.0.0/yangzhou.rvl-depth-decoder-1.0.0.foxe",
"keywords": [
"foxglove",
"depth",
"rvl",
"ros"
]
}
]
Loading