Commit 1a6e6e3 jake.luo
committed
1 parent d07f541 commit 1a6e6e3 Copy full SHA for 1a6e6e3
File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
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\
25
25
ADD start.bash /usr/local/
26
26
RUN chmod +x /usr/local/start.bash
27
27
# ADD Build /usr/local/
28
- ADD https://stg-robomasters-hz-q0o2.oss-cn-hangzhou.aliyuncs.com/uasim_2301_student_230926_r1_shipping .zip /usr/local/
29
- RUN cd /usr/local/ && unzip -o uasim_2301_student_230926_r1_shipping .zip && mv Build/LinuxNoEditor /usr/local/
28
+ ADD https://stg-robomasters-hz-q0o2.oss-cn-hangzhou.aliyuncs.com/1012_r1 .zip /usr/local/
29
+ RUN cd /usr/local/ && unzip -o 1012_r1 .zip && mv Build/LinuxNoEditor /usr/local/
30
30
ADD settings.json /usr/local/LinuxNoEditor/RMUA/Binaries/Linux/
31
31
32
32
RUN chmod +x /usr/local/LinuxNoEditor/RMUA/Binaries/Linux/RMUA-Linux-Shipping
Original file line number Diff line number Diff line change 1
1
# release note:
2
+ ## 20231013: 修正了障碍圈yaw值正负号相反的问题;修复了强光照射下,障碍圈显白色的问题;
2
3
## 20231007: 修复启动脚本随机数输入参数问题,将 _ -seed=123_ 改为 _ seed 123_
3
4
## 20230926: 修改自定义数据类型,为所有的 _ airsim_ros_ 下的自定义数据类型添加了时间戳
4
5
## 20230916: 更新README,去除settings.json中小窗口图像
13
14
## 官方测试环境
14
15
> ros-noetic
15
16
> ubuntu20.04
16
- > NVIDIA RTX3060TI gpu
17
+ > NVIDIA RTX3060TI gpu (驱动版本:470.182.03)
17
18
> INTEL I7 12th cpu
18
19
### 注意:若使用神经网络,建议使用双显卡以保证模拟器性能
19
20
52
53
3 . ## 使用模拟器
53
54
### 本机启动
54
55
> + ` cd /path/to/IntelligentUAVChampionshipSimulator `
55
- > + ` wget https://stg-robomasters-hz-q0o2.oss-cn-hangzhou.aliyuncs.com/uasim_2301_student_230926_r1_shipping .zip `
56
- > + ` unzip uasim_2301_student_230926_r1_shipping .zip `
56
+ > + ` wget https://stg-robomasters-hz-q0o2.oss-cn-hangzhou.aliyuncs.com/1012_r1 .zip `
57
+ > + ` unzip 1012_r1 .zip `
57
58
> + ` mkdir ~/Documents/AirSim `
58
59
> + ` cp settings.json ~/Documents/AirSim `
59
60
> + 渲染模式 ` ./run_simulator.sh `
You can’t perform that action at this time.
0 commit comments