How to control a artillery turret to fire a specific position?
Posted: Sat Jul 27, 2024 3:38 am
`create_entity(name = "artillery-flare")` can implement it. However, the artillery turret used is uncertain.
I want to create a fire control computer for artillery turrets to automatically fire moving enemies. Therefore, I need to obtain the time from when the turret turns to when it hits the target, the position and velocity of the enemy, and then calculate the shooting lead to ensure accurate targeting.
I want to create a fire control computer for artillery turrets to automatically fire moving enemies. Therefore, I need to obtain the time from when the turret turns to when it hits the target, the position and velocity of the enemy, and then calculate the shooting lead to ensure accurate targeting.