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 orientation panel #40

Merged
merged 3 commits into from
Dec 18, 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 @@ -28,3 +28,4 @@ Foxglove under the extension settings.
- [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.
- [Orientation Panel 3D](https://github.com/peek-robotics/foxglove-orientation-panel-3d) - A simple 3D visualization of orientation from topics containing quaternions
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 @@ -229,5 +229,19 @@
"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"]
},
{
"id": "peekrobotics.orientation-panel-3d",
"name": "Orientation Panel 3D",
"description": "A simple 3D visualization of orientation from topics containing quaternions",
"publisher": "peek-robotics",
"homepage": "https://github.com/peek-robotics/foxglove-orientation-panel-3d",
"readme": "https://raw.githubusercontent.com/peek-robotics/foxglove-orientation-panel-3d/refs/heads/main/README.md",
"changelog": "https://raw.githubusercontent.com/peek-robotics/foxglove-orientation-panel-3d/refs/heads/main/CHANGELOG.md",
"license": "MIT",
"version": "v0.0.5",
"sha256sum": "5970656242d2a41524f777ca2ab114f64838e8cf5c9644bb355710f1ba35613e",
"foxe": "https://github.com/peek-robotics/foxglove-orientation-panel-3d/releases/download/v0.0.5/peekrobotics.orientation-panel-3d-0.0.5.foxe",
"keywords": ["foxglove", "ros", "orientation", "quaternion"]
}
]