File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -108,19 +108,6 @@ RUN sudo apt-get -q update \
108108 && sudo apt-get clean -y \
109109 && sudo rm -rf /var/lib/apt/lists/*
110110
111- # Manually install MAVROS from source in the ws_blue/ workspace
112- WORKDIR $USER_WORKSPACE/src/
113- ARG MAVROS_RELEASE=ros2
114- ARG MAVLINK_RELEASE=release/rolling/mavlink
115- RUN git clone --depth 1 -b ${MAVROS_RELEASE} https://github.com/mavlink/mavros.git
116- RUN git clone --depth 1 --recursive -b ${MAVLINK_RELEASE} https://github.com/mavlink/mavlink-gbp-release.git mavlink
117- # - mavgen uses future.standard_library for backwards compatibility with Python2;
118- # However, this caused issues with Python 3.12 installed in "noble".
119- # Comment those lines out in mavlink.
120- RUN sed -i -e 's/^from future import standard_library/#from future import standard_library/' \
121- -e 's/standard_library.install_aliases()/#standard_library.install_aliases()/' \
122- mavlink/pymavlink/generator/mavgen.py
123-
124111WORKDIR $USER_WORKSPACE
125112RUN sudo apt-get -q update \
126113 && sudo apt-get -q -y upgrade \
You can’t perform that action at this time.
0 commit comments