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

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

3
build.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
docker build -t nuknal/gdal38-cv49-builder -f Dockerfile.build .
docker run -v .:/src nuknal/gdal38-cv49-builder sh -c "cd /src && make linux"