Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/AI_HS15/src/orxonox/controllers/CMakeLists.txt @ 10678

Last change on this file since 10678 was 10678, checked in by gania, 9 years ago

Didn't delete old structure, but intend to replace it with new: FleetController is a Base type, it should manage divisions, each consisting of 2 sections, each section is a pair of a Leader and a Wingman. Divisions can have different formation types: Echelon, Wall, Finger Four, Diamond, Vee. Leader decides what target to shoot first, wingmen cover Leader's rear. When 2 sections merge into a division, one of the Leaders becomes a Wingman. FleetController asks Leaders to attack targets, fly to positions or protect targets.

  • Property svn:eol-style set to native
File size: 401 bytes
Line 
1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
2  Controller.cc
3  HumanController.cc
4  NewHumanController.cc
5  ArtificialController.cc
6  AIController.cc
7  ScriptController.cc
8  WaypointController.cc
9  WaypointPatrolController.cc
10  DroneController.cc
11  FormationController.cc
12  ControllerDirector.cc
13  FleetController.cc
14  DivisionController.cc
15  SectionController.cc
16  LeaderController.cc
17  WingmanController.cc
18)
Note: See TracBrowser for help on using the repository browser.