从位置和速度计算验证轨道到地心坐标系的旋转矩阵

This commit is contained in:
nuknal
2024-06-13 15:07:15 +08:00
parent ee427949e3
commit cd9a534458
8 changed files with 118 additions and 42 deletions

View File

@@ -16,8 +16,7 @@ ENV GOROOT="/opt/go" \
RUN cd /opt && git clone -b v0.36.1 https://github.com/hybridgroup/gocv.git && cd gocv && \
make install
WORKDIR /src
COPY . .
# WORKDIR /src
# COPY . .
# RUN cd /sjy01/image-proc && go mod download && make linux
# CMD ["/src/build/build.sh"]
RUN cd /src && make linux
CMD ["/bin/bash", "/src/build/build.sh"]