File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ RUN apt-get install -y --no-install-recommends iproute2 iputils-ping\
2525ADD start.bash /usr/local/
2626RUN chmod +x /usr/local/start.bash
2727# ADD Build /usr/local/
28- ADD https://stg-robomasters-hz-q0o2.oss-cn-hangzhou.aliyuncs.com/uasim_2302_student_230926_r1_shipping .zip /usr/local/
29- RUN cd /usr/local/ && unzip -o uasim_2302_student_230926_r1_shipping .zip && mv Build/LinuxNoEditor /usr/local/
28+ ADD https://stg-robomasters-hz-q0o2.oss-cn-hangzhou.aliyuncs.com/uasim_2302_student_231101_r1_shipping .zip /usr/local/
29+ RUN cd /usr/local/ && unzip -o uasim_2302_student_231101_r1_shipping .zip && mv Build/LinuxNoEditor /usr/local/
3030ADD settings.json /usr/local/LinuxNoEditor/RMUA/Binaries/Linux/
3131
3232RUN chmod +x /usr/local/LinuxNoEditor/RMUA/Binaries/Linux/RMUA-Linux-Shipping
Original file line number Diff line number Diff line change 11# release note:
2+ ## 20231103: 同步综合赛相关改动点
23## 20231007: 修复随机数参数不生效问题,将 _ -seed=123_ 改为 _ seed 123_
34## 20230926: 规划控制专项模拟器
45
50513 . ## 使用模拟器
5152### 本机启动
5253> + ` cd /path/to/IntelligentUAVChampionshipSimulator `
53- > + ` wget https://stg-robomasters-hz-q0o2.oss-cn-hangzhou.aliyuncs.com/uasim_2302_student_230926_r1_shipping .zip `
54- > + ` unzip uasim_2302_student_230926_r1_shipping .zip `
54+ > + ` wget https://stg-robomasters-hz-q0o2.oss-cn-hangzhou.aliyuncs.com/uasim_2302_student_231101_r1_shipping .zip `
55+ > + ` unzip uasim_2302_student_231101_r1_shipping .zip `
5556> + ` mkdir ~/Documents/AirSim `
5657> + ` cp settings.json ~/Documents/AirSim `
5758> + 渲染模式 ` ./run_simulator.sh `
You can’t perform that action at this time.
0 commit comments