-
Notifications
You must be signed in to change notification settings - Fork 1
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
draft: Fix suco apt #1109
base: develop
Are you sure you want to change the base?
draft: Fix suco apt #1109
Conversation
Improve: SUCO: More readable subprocess output Signed-off-by: Isaac Saito <[email protected]>
…ot tautology) Signed-off-by: Isaac Saito <[email protected]>
… repo of the repo that is about to be cloned, the exec fails with unclear error Signed-off-by: Isaac Saito <[email protected]>
…though) Signed-off-by: Isaac Saito <[email protected]>
hut_10sqft/package.xml
Outdated
@@ -21,6 +21,7 @@ | |||
<exec_depend>gnuplot-x11</exec_depend> | |||
<exec_depend>iftop</exec_depend> | |||
<exec_depend>ipython3</exec_depend> | |||
<exec_depend>libwebp-dev</exec_depend> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As a heavy user of vwebp
executable I apt install -y libwebp-dev
manually but I don't see vwebp
yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Turned out an apt
pkg webp
contains vwebp
executable. But webp
is not available as rosdep
key yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Btw, I have a feeling Facebook may not be showing an animation out of .webp
file even though it shows a non-animated .webp file as a static image (read this on reddit somewhere).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Decided to add a rosdep key ros/rosdistro#43326
Signed-off-by: Isaac Saito <[email protected]>
Signed-off-by: Isaac Saito <[email protected]>
No description provided.