Skip to content

Commit 99bc7ff

Browse files
authored
Add string panel (#41)
Added string panel.
1 parent 6d27bd5 commit 99bc7ff

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ Foxglove under the extension settings.
2929
- [Joint State Publisher](https://github.com/rogy-ken/foxglove-joint-state-publisher) - Publish joint state with slider UI.
3030
- [Teleop Twist Keyboard](https://github.com/usedhondacivic/foxglove-teleop-twist-keyboard) - A foxglove version of the ROS teleop_twist_keyboard node, used to publish Twist messages based on keyboard control.
3131
- [Orientation Panel 3D](https://github.com/peek-robotics/foxglove-orientation-panel-3d) - A simple 3D visualization of orientation from topics containing quaternions
32+
- [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.

extensions.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,5 +243,23 @@
243243
"sha256sum": "5970656242d2a41524f777ca2ab114f64838e8cf5c9644bb355710f1ba35613e",
244244
"foxe": "https://github.com/peek-robotics/foxglove-orientation-panel-3d/releases/download/v0.0.5/peekrobotics.orientation-panel-3d-0.0.5.foxe",
245245
"keywords": ["foxglove", "ros", "orientation", "quaternion"]
246+
},
247+
{
248+
"id": "kabu.string-panel",
249+
"name": "String Panel",
250+
"description": "This extension displays the string data of std_msg/String or std_msg/msg/String on the panel.",
251+
"publisher": "Ryo Kabutan",
252+
"homepage": "https://github.com/Ry0/foxglove-string-panel",
253+
"readme": "https://raw.githubusercontent.com/Ry0/foxglove-string-panel/refs/heads/master/README.md",
254+
"changelog": "https://raw.githubusercontent.com/Ry0/foxglove-string-panel/refs/heads/master/CHANGELOG.md",
255+
"license": "MIT",
256+
"version": "v1.0.0",
257+
"sha256sum": "910fabdee7ab040d60e379c85fbe5bc17e38b13374a7ed858cf1635028f6fe28",
258+
"foxe": "https://github.com/Ry0/foxglove-string-panel/releases/download/v1.0.0/kabu.string-panel-1.0.0.foxe",
259+
"keywords": [
260+
"foxglove",
261+
"ros",
262+
"string"
263+
]
246264
}
247265
]

0 commit comments

Comments
 (0)