Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Jan 9, 2024
1 parent ab6b8b1 commit 91a2771
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ _deps

# Clangd
.cache
/snap/*
9 changes: 5 additions & 4 deletions snap_core20/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: plotjuggler
adopt-info: plotjuggler # parse metadata from the plotjuggler part
name: plotjuggler-ros
adopt-info: plotjuggler-ros # parse metadata from the plotjuggler part
summary: The timeseries visualization tool that you deserve
description: |
QT5 based application to display time series in plots,
Expand All @@ -8,7 +8,7 @@ description: |
The snap comes with only ROS 2 plugins.
You can launch it with
$ plotjuggler
$ plotjuggler-ros
issues: https://github.com/facontidavide/plotjuggler/issues
source-code: https://github.com/facontidavide/plotjuggler
Expand Down Expand Up @@ -57,7 +57,6 @@ parts:
- libprotobuf-dev
- libzmq5
- libzstd1
- libpsm-infinipath1
override-pull: |
snapcraftctl pull
Expand Down Expand Up @@ -87,6 +86,8 @@ parts:
- python3-vcstool
- ros-noetic-ros-environment
- ros-noetic-catkin
stage-packages:
- libpsm-infinipath1
override-pull: |
if [ ! -d plotjuggler-ros-plugins ]; then
Expand Down
8 changes: 4 additions & 4 deletions snap_core22/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: plotjuggler
adopt-info: plotjuggler # parse metadata from the plotjuggler part
name: plotjuggler-ros2
adopt-info: plotjuggler-ros2 # parse metadata from the plotjuggler part
summary: The timeseries visualization tool that you deserve
description: |
QT5 based application to display time series in plots,
Expand All @@ -8,7 +8,7 @@ description: |
The snap comes with only ROS 2 plugins.
You can launch it with
$ plotjuggler
$ plotjuggler-ros2
issues: https://github.com/facontidavide/plotjuggler/issues
Expand All @@ -19,7 +19,7 @@ confinement: strict
base: core22

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

0 comments on commit 91a2771

Please sign in to comment.