Skip to content

Commit

Permalink
Add teleop twist keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
usedhondacivic committed Sep 25, 2024
1 parent eaa6bbe commit ac1e363
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ Foxglove under the extension settings.
- [Webcam](https://github.com/joshnewans/foxglove-webcam) - Republish webcam data into ROS
- [2D VEX Panel](https://github.com/Daniel-Alp/foxglove-vex-2d-panel) - Visualize 2D paths on a VEX field in real-time
- [Joint State Publisher](https://github.com/rogy-ken/foxglove-joint-state-publisher) - Publish joint state with slider UI.
- [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.
14 changes: 14 additions & 0 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,19 @@
"sha256sum": "3c1ba8195e31809939c89ce73320cdc47147f012f41b050029f6aae4dabc7c93",
"foxe": "https://github.com/rogy-ken/foxglove-joint-state-publisher/releases/download/v0.1.0/rogyken.joint-state-publisher-0.1.0.foxe",
"keywords": ["ros", "joint", "jointstate", "robot", "arm"]
},
{
"id": "usedhondacivic.foxglove-teleop-twist-keyboard",
"name": "Teleop Twist Keyboard",
"description": "A foxglove version of the ROS teleop_twist_keyboard node, used to publish Twist messages based on keyboard control.",
"publisher": "usedhondacivic",
"homepage": "https://github.com/usedhondacivic/foxglove-teleop-twist-keyboard",
"readme": "https://raw.githubusercontent.com/usedhondacivic/foxglove-teleop-twist-keyboard/refs/heads/main/README.md",
"changelog": "https://raw.githubusercontent.com/usedhondacivic/foxglove-teleop-twist-keyboard/refs/heads/main/CHANGELOG.md",
"license": "MIT",
"version": "v0.0.1",
"sha256sum": "700d76c2a03aba8347795f28e8fcb964e5d44ed9635d09db25f149d344505017",
"foxe": "https://github.com/usedhondacivic/foxglove-teleop-twist-keyboard/releases/download/v0.0.1/usedhondacivic.foxglove-teleop-twist-keyboard-v0.0.1.foxe",
"keywords": ["ros", "teleop"]
}
]

0 comments on commit ac1e363

Please sign in to comment.