Nimbatus - The Space Drone Constructor

Nimbatus - The Space Drone Constructor

评价数不足
Wayfinder v 1.0
   
奖励
收藏
已收藏
取消收藏
DroneType: Battle
标签: Drone
文件大小
发表于
80.716 KB
2021 年 5 月 18 日 上午 1:10
1 项改动说明 ( 查看 )

订阅以下载
Wayfinder v 1.0

在 Rednax910 的 1 个合集中
Wayfinder Series
2 件物品
描述
This is the prototype of the navigation system Wayfinder, developed by me. It uses sensors and logic to navigate around obstacles towards its goal. I hope more and more accurate and efficient navigation systems develop from this, so I have named it v 1.0.

The Wayfinder navigates around objects using these key systems:
Object detection
Left and Right object detection
Left and Right alternate route creator

Object detection
The system uses a proximity sensor to detect objects in front of it. It moves away from them, and then Left and Right systems do their work.

Left and Right object detection
Two proximity sensors cover a wider angle than the narrower middle one, and they determine where the object is. If the left sensor detects something, the obstacle is on the left, and vice versa. If an object is on its left, it turns away from it and attempts to continue. If the object is too large (showing on all three proximity sensors), then the Left and Right alternate route creator kicks in.

Left and Right alternate route creator
This sub-system uses two distance sensors, that detect objects on the far left and right across a decently long distance. If all three proximity sensors detect objects, this system turns towards the distance sensor that does NOT detect an object. Then, it uses stronger thrusters to override the main navigator (the standard distance sensor/thruster combo) and thus turn away from the imposing object.

This explanation of the Wayfinder navigation system is long and detailed, but I hope you enjoyed reading it. Bear in mind that glitches are probably evident and present, and this might be the first instalment of a series of navigation systems. Until next drone!