Skip to content

Commit

Permalink
Merge pull request #1520 from robotology/fixrlv
Browse files Browse the repository at this point in the history
Add gst-plugins-good and gst-plugins-bad conda packags as depedencies of robot-log-visualizer
  • Loading branch information
traversaro authored Nov 15, 2023
2 parents babf8b5 + 5360315 commit 08a7451
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
# Dependencies
mamba install ace asio assimp boost eigen freetype gazebo glew glfw glm graphviz gsl ipopt irrlicht jpeg libmatio libode libxml2 nlohmann_json pcl vtk opencv portaudio qt-main sdl sdl2 sqlite tinyxml spdlog lua soxr cmake compilers make ninja pkg-config tomlplusplus libzlib ffmpeg
# Python
mamba install python numpy swig pybind11 pyqt matplotlib h5py tornado u-msgpack-python pyzmq ipython
mamba install python numpy swig pybind11 pyqt matplotlib h5py tornado u-msgpack-python pyzmq ipython gst-plugins-good gst-plugins-bad
# Additional dependencies useful only on Linux
- name: Dependencies [Conda/Linux]
Expand Down
2 changes: 1 addition & 1 deletion cmake/Buildrobot-log-visualizer.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ rob_sup_pure_python_ycm_ep_helper(robot-log-visualizer
COMPONENT dynamics
FOLDER src)

set(robot-log-visualizer_CONDA_DEPENDENCIES numpy pyqt pyqtwebengine matplotlib h5py)
set(robot-log-visualizer_CONDA_DEPENDENCIES numpy pyqt pyqtwebengine matplotlib h5py gst-plugins-good gst-plugins-bad)
set(robot-log-visualizer_CONDA_ENTRY_POINTS "robot-log-visualizer = robot_log_visualizer.__main__:main")
2 changes: 1 addition & 1 deletion doc/conda-forge.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ For some [profile](doc/cmake-options.md#profile-cmake-options) or [dependency](d

To install python and the other required dependencies when using `conda-forge` provided dependencies, use:
~~~
mamba install -c conda-forge python numpy swig pybind11 pyqt matplotlib h5py tornado u-msgpack-python pyzmq ipython
mamba install -c conda-forge python numpy swig pybind11 pyqt matplotlib h5py tornado u-msgpack-python pyzmq ipython gst-plugins-good gst-plugins-bad
~~~

#### `ROBOTOLOGY_USES_PCL_AND_VTK`
Expand Down

0 comments on commit 08a7451

Please sign in to comment.