Skip to content

Commit

Permalink
Fix: dynamic circle hit effect; yellow circles may intersects with ba…
Browse files Browse the repository at this point in the history
…ckground
  • Loading branch information
jake.luo committed Oct 16, 2023
1 parent 1a6e6e3 commit aa74383
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ RUN apt-get install -y --no-install-recommends iproute2 iputils-ping\
ADD start.bash /usr/local/
RUN chmod +x /usr/local/start.bash
# ADD Build /usr/local/
ADD https://stg-robomasters-hz-q0o2.oss-cn-hangzhou.aliyuncs.com/1012_r1.zip /usr/local/
RUN cd /usr/local/ && unzip -o 1012_r1.zip && mv Build/LinuxNoEditor /usr/local/
ADD https://stg-robomasters-hz-q0o2.oss-cn-hangzhou.aliyuncs.com/1016_r1.zip /usr/local/
RUN cd /usr/local/ && unzip -o 1016_r1.zip && mv Build/LinuxNoEditor /usr/local/
ADD settings.json /usr/local/LinuxNoEditor/RMUA/Binaries/Linux/

RUN chmod +x /usr/local/LinuxNoEditor/RMUA/Binaries/Linux/RMUA-Linux-Shipping
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# release note:
## 20231016: 修复黄色障碍环与场景干涉的问题;优化动态环碰撞效果;
## 20231013: 修正了障碍圈yaw值正负号相反的问题;修复了强光照射下,障碍圈显白色的问题;
## 20231007: 修复启动脚本随机数输入参数问题,将 _-seed=123_ 改为 _seed 123_
## 20230926: 修改自定义数据类型,为所有的 _airsim_ros_ 下的自定义数据类型添加了时间戳
Expand Down Expand Up @@ -53,8 +54,8 @@
3. ## 使用模拟器
### 本机启动
>+ `cd /path/to/IntelligentUAVChampionshipSimulator`
>+ `wget https://stg-robomasters-hz-q0o2.oss-cn-hangzhou.aliyuncs.com/1012_r1.zip`
>+ `unzip 1012_r1.zip`
>+ `wget https://stg-robomasters-hz-q0o2.oss-cn-hangzhou.aliyuncs.com/1016_r1.zip`
>+ `unzip 1016_r1.zip`
>+ `mkdir ~/Documents/AirSim`
>+ `cp settings.json ~/Documents/AirSim`
>+ 渲染模式 `./run_simulator.sh`
Expand Down
9 changes: 1 addition & 8 deletions settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@
"Recording": {
"RecordOnMove": false,
"RecordInterval": 0.05,
"Cameras": [
{
"CameraID": 0,
"ImageType": 0,
"PixelsAsFloat": false,
"Compress": true
}
]
"Cameras": []
},
"SubWindows": [
],
Expand Down

0 comments on commit aa74383

Please sign in to comment.