Remove python3-opencv and ros-humble-ros2cli from apt requirements for cleaner dependencies
This commit is contained in:
parent
8c37334b20
commit
5fd57decc9
|
|
@ -3,7 +3,6 @@ build-essential
|
||||||
cmake
|
cmake
|
||||||
pkg-config
|
pkg-config
|
||||||
libopencv-dev
|
libopencv-dev
|
||||||
python3-opencv
|
|
||||||
python3-rosdep
|
python3-rosdep
|
||||||
python3-rosdistro
|
python3-rosdistro
|
||||||
software-properties-common
|
software-properties-common
|
||||||
|
|
@ -13,3 +12,4 @@ libgstreamer-plugins-good1.0-dev
|
||||||
libgstrtspserver-1.0-dev
|
libgstrtspserver-1.0-dev
|
||||||
ninja-build
|
ninja-build
|
||||||
ccache
|
ccache
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,3 @@ gstreamer1.0-plugins-good
|
||||||
gstreamer1.0-plugins-ugly
|
gstreamer1.0-plugins-ugly
|
||||||
libgstrtspserver-1.0-0
|
libgstrtspserver-1.0-0
|
||||||
python3-opencv
|
python3-opencv
|
||||||
ros-humble-ros2cli
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue