You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN git clone https://github.com/ArduPilot/ardupilot.git
74
75
WORKDIR $HOME/ardupilot
75
-
RUN git checkout ab597cb
76
+
RUN git checkout 2dd0bb7d4c85ac48437f139d66df648fc0e1d4ae
76
77
RUN git submodule update --init --recursive
77
78
RUN rm $HOME/ardupilot/Tools/environment_install/install-prereqs-ubuntu.sh
78
79
RUN wget -P $HOME/ardupilot/Tools/environment_install/ https://raw.githubusercontent.com/ArduPilot/ardupilot/c623ae8b82db4d7e195f4b757e2ae5d049f941e5/Tools/environment_install/install-prereqs-ubuntu.sh
@@ -90,13 +91,20 @@ RUN ["/bin/bash","-c","./waf configure && make sub"]
90
91
# install ardupilot gazebo plugin
91
92
RUN sudo apt update && sudo apt install -y \
92
93
rapidjson-dev \
93
-
libgz-sim7-dev \
94
+
# libgz-sim7-dev \
95
+
libgz-sim8-dev \
96
+
libopencv-dev \
97
+
libgstreamer1.0-dev \
98
+
libgstreamer-plugins-base1.0-dev \
99
+
gstreamer1.0-plugins-bad \
100
+
gstreamer1.0-libav \
101
+
gstreamer1.0-gl \
94
102
&& sudo rm -rf /var/lib/apt/list/
95
103
96
104
WORKDIR $HOME
97
105
RUN git clone https://github.com/ArduPilot/ardupilot_gazebo
98
106
99
-
ENV GZ_VERSION=garden
107
+
ENV GZ_VERSION=harmonic
100
108
RUN ["/bin/bash", "-c", "source /opt/ros/humble/setup.bash \
0 commit comments