File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff 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 )
2020set (robot-log-visualizer_CONDA_ENTRY_POINTS "robot-log-visualizer = robot_log_visualizer.__main__:main" )
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ For some [profile](doc/cmake-options.md#profile-cmake-options) or [dependency](d
165165
166166To 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 `
You can’t perform that action at this time.
0 commit comments