Skip to content

Commit

Permalink
update snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Jan 9, 2024
1 parent 91a2771 commit 12bbdec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion snap_core20/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ package-repositories:
url: http://packages.ros.org/ros/ubuntu

apps:
plotjuggler:
plotjuggler-ros:
command: usr/bin/launcher-plotjuggler-ros
plugs: [network, network-bind, home, removable-media]
extensions: [kde-neon]
Expand Down
2 changes: 2 additions & 0 deletions snap_core22/local/launcher-plotjuggler-ros2
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

export LD_LIBRARY_PATH=$SNAP/opt/ros/humble/lib:$SNAP/opt/ros/snap/lib:$SNAP/usr/local/lib:$LD_LIBRARY_PATH

# Paths to ROS 2 plugins
export PLUGIN_FOLDERS=$SNAP/opt/ros/snap/lib/plotjuggler_ros
export AMENT_PREFIX_PATH=$SNAP/opt/ros/humble
Expand Down
10 changes: 5 additions & 5 deletions snap_core22/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: plotjuggler-ros2
adopt-info: plotjuggler-ros2 # parse metadata from the plotjuggler part
name: plotjuggler
adopt-info: plotjuggler # parse metadata from the plotjuggler part
summary: The timeseries visualization tool that you deserve
description: |
QT5 based application to display time series in plots,
using an intuitive "drag and drop" interface.
The snap comes with only ROS 2 plugins.
You can launch it with
You can launch it with:
$ plotjuggler-ros2
$ plotjuggler
issues: https://github.com/facontidavide/plotjuggler/issues
Expand All @@ -19,7 +19,7 @@ confinement: strict
base: core22

apps:
plotjuggler-ros2:
plotjuggler:
command: usr/bin/launcher-plotjuggler-ros2
plugs: [network, network-bind, home, removable-media]
extensions: [kde-neon, ros2-humble]
Expand Down

0 comments on commit 12bbdec

Please sign in to comment.