Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add teleop twist keyboard #36

Merged
merged 5 commits into from
Sep 28, 2024
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 @@ -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
@@ -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 @@ -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.2",
"sha256sum": "4e745bc48cbaf39b826b2d21215e30ef4586ebfa61f239ed0bb1575ca7bb4455",
"foxe": "https://github.com/usedhondacivic/foxglove-teleop-twist-keyboard/releases/download/v0.0.2/usedhondacivic.foxglove-teleop-twist-keyboard-v0.0.2.foxe",
"keywords": ["ros", "teleop"]
}
]