Skip to content

Commit 684941e

Browse files
Add gst-libav dependency for robot-log-visualizer (#1962)
* Add gst-libav dependency for robot-log-visualizer * Let's try to have just on conda install command to help the solver --------- Co-authored-by: Nicogene <nicolo.genesio@iit.it>
1 parent b2114b7 commit 684941e

5 files changed

Lines changed: 18233 additions & 18238 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ jobs:
7575
shell: bash -l {0}
7676
run: |
7777
# Dependencies
78-
conda install ace asio assimp libboost-devel cli11 eigen freetype gz-sim8 glew glfw glm graphviz gsl "ipopt>=3.13.0" irrlicht libjpeg-turbo libmatio libode libxml2 nlohmann_json qhull "pcl>=1.11.1" vtk "libopencv>=4.10.0" opencv portaudio qt-main sdl sdl2 sqlite tinyxml spdlog lua soxr cmake cxx-compiler make ninja pkg-config tomlplusplus libzlib ffmpeg onnxruntime-cpp "qt6-main>=6.7.2" catch2 gtest
79-
# Python
80-
conda install python numpy swig pybind11 qtpy pyqt pyqtgraph pyqtwebengine pyside2 matplotlib h5py tornado u-msgpack-python pyzmq ipython gst-plugins-good gst-plugins-bad pyyaml
78+
conda install ace asio assimp libboost-devel cli11 eigen freetype gz-sim8 glew glfw glm graphviz gsl "ipopt>=3.13.0" irrlicht libjpeg-turbo libmatio libode libxml2 nlohmann_json qhull "pcl>=1.11.1" vtk "libopencv>=4.10.0" opencv portaudio qt-main sdl sdl2 sqlite tinyxml spdlog lua soxr cmake cxx-compiler make ninja pkg-config tomlplusplus libzlib ffmpeg onnxruntime-cpp "qt6-main>=6.7.2" catch2 gtest python numpy swig pybind11 qtpy pyqt pyqtgraph pyqtwebengine pyside2 matplotlib h5py tornado u-msgpack-python pyzmq ipython gst-plugins-good gst-plugins-bad gst-libav pyyaml
8179
8280
# Additional dependencies useful only on Linux
8381
- name: Dependencies [Conda/Linux]

cmake/Buildrobot-log-visualizer.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ rob_sup_pure_python_ycm_ep_helper(robot-log-visualizer
1616
COMPONENT dynamics
1717
FOLDER src)
1818

19-
set(robot-log-visualizer_CONDA_DEPENDENCIES numpy qtpy pyqt pyqtwebengine pyside2 pyqtgraph matplotlib h5py gst-plugins-good gst-plugins-bad)
19+
set(robot-log-visualizer_CONDA_DEPENDENCIES numpy qtpy pyqt pyqtwebengine pyside2 pyqtgraph matplotlib h5py gst-plugins-good gst-plugins-bad gst-libav)
2020
set(robot-log-visualizer_CONDA_ENTRY_POINTS "robot-log-visualizer = robot_log_visualizer.__main__:main")

doc/conda-forge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ For some [profile](doc/cmake-options.md#profile-cmake-options) or [dependency](d
165165

166166
To install python and the other required dependencies when using `conda-forge` provided dependencies, use:
167167
~~~
168-
conda install -c conda-forge python pip numpy swig pybind11 qtpy pyqt pyqtwebengine pyside2 pyqtgraph matplotlib h5py tornado u-msgpack-python pyzmq ipython gst-plugins-good gst-plugins-bad pyyaml
168+
conda install -c conda-forge python pip numpy swig pybind11 qtpy pyqt pyqtwebengine pyside2 pyqtgraph matplotlib h5py tornado u-msgpack-python pyzmq ipython gst-plugins-good gst-plugins-bad gst-libav pyyaml
169169
~~~
170170

171171
#### `ROBOTOLOGY_USES_PCL_AND_VTK`

0 commit comments

Comments
 (0)