Skip to content

Commit aa74383

Browse files
author
jake.luo
committed
Fix: dynamic circle hit effect; yellow circles may intersects with background
1 parent 1a6e6e3 commit aa74383

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ RUN apt-get install -y --no-install-recommends iproute2 iputils-ping\
2525
ADD start.bash /usr/local/
2626
RUN chmod +x /usr/local/start.bash
2727
# ADD Build /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/
28+
ADD https://stg-robomasters-hz-q0o2.oss-cn-hangzhou.aliyuncs.com/1016_r1.zip /usr/local/
29+
RUN cd /usr/local/ && unzip -o 1016_r1.zip && mv Build/LinuxNoEditor /usr/local/
3030
ADD settings.json /usr/local/LinuxNoEditor/RMUA/Binaries/Linux/
3131

3232
RUN chmod +x /usr/local/LinuxNoEditor/RMUA/Binaries/Linux/RMUA-Linux-Shipping

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# release note:
2+
## 20231016: 修复黄色障碍环与场景干涉的问题;优化动态环碰撞效果;
23
## 20231013: 修正了障碍圈yaw值正负号相反的问题;修复了强光照射下,障碍圈显白色的问题;
34
## 20231007: 修复启动脚本随机数输入参数问题,将 _-seed=123_ 改为 _seed 123_
45
## 20230926: 修改自定义数据类型,为所有的 _airsim_ros_ 下的自定义数据类型添加了时间戳
@@ -53,8 +54,8 @@
5354
3. ## 使用模拟器
5455
### 本机启动
5556
>+ `cd /path/to/IntelligentUAVChampionshipSimulator`
56-
>+ `wget https://stg-robomasters-hz-q0o2.oss-cn-hangzhou.aliyuncs.com/1012_r1.zip`
57-
>+ `unzip 1012_r1.zip`
57+
>+ `wget https://stg-robomasters-hz-q0o2.oss-cn-hangzhou.aliyuncs.com/1016_r1.zip`
58+
>+ `unzip 1016_r1.zip`
5859
>+ `mkdir ~/Documents/AirSim`
5960
>+ `cp settings.json ~/Documents/AirSim`
6061
>+ 渲染模式 `./run_simulator.sh`

settings.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,7 @@
1010
"Recording": {
1111
"RecordOnMove": false,
1212
"RecordInterval": 0.05,
13-
"Cameras": [
14-
{
15-
"CameraID": 0,
16-
"ImageType": 0,
17-
"PixelsAsFloat": false,
18-
"Compress": true
19-
}
20-
]
13+
"Cameras": []
2114
},
2215
"SubWindows": [
2316
],

0 commit comments

Comments
 (0)