forked from PX4/PX4-Autopilot
-
Notifications
You must be signed in to change notification settings - Fork 9
Missions
adrnp edited this page Jun 5, 2015
·
2 revisions
const int NUM_FIRES = 40;
const int NUM_STARTS = 2;
int8_t fire_wind_dir[NUM_FIRES] = {0, 2, 0, 5, 3, 3, 0, 6, 1, 1, 4, 4, 2, 2, 4, 6, 1, 7, 4, 3, 7, 1, 6, 1, 3, 1, 0, 7, 3, 6, 1, 0, 7, 5, 3, 0, 2, 4, 0, 4};
int8_t i_start[NUM_FIRES][NUM_STARTS] = {{8,-1}, {10,6}, {11,-1}, {5,10}, {7,3}, {6,-1}, {12,9}, {11,8}, {9,10}, {10,-1}, {3,12}, {5,11}, {12,6}, {2,11}, {4,-1}, {9,10}, {4,11}, {14,5}, {4,-1}, {6,12}, {7,-1}, {15,6}, {11,-1}, {15,11}, {4,10}, {10,-1}, {14,8}, {10,10}, {7,10}, {7,-1}, {4,10}, {8,8}, {9,8}, {1,10}, {3,-1}, {10,8}, {9,2}, {7,5}, {12,-1}, {7,3}};
int8_t j_start[NUM_FIRES][NUM_STARTS] = {{7,-1}, {4,5}, {5,-1}, {8,12}, {1,12}, {10,-1}, {8,13}, {11,3}, {9,3}, {6,-1}, {8,4}, {6,5}, {2,5}, {4,10}, {13,-1}, {14,10}, {7,9}, {10,10}, {6,-1}, {4,8}, {11,-1}, {9,8}, {9,-1}, {11,1}, {5,1}, {2,-1}, {9,10}, {14,8}, {3,12}, {7,-1}, {5,8}, {7,5}, {3,11}, {7,13}, {4,-1}, {13,5}, {5,4}, {15,3}, {11,-1}, {10,10}};
unsigned int seed_start[NUM_FIRES] = {20812, 26844, 32283, 15945, 25873, 9120, 25882, 17994, 6670, 9192, 26242, 29892, 18164, 26925, 1454, 29271, 19315, 8415, 28292, 12492, 32594, 573, 6921, 8015, 11699, 1268, 28483, 7354, 18023, 3610, 3732, 27723, 245, 6185, 9448, 14985, 3269, 20880, 5909, 8280};
const int NUM_FIRES = 20;
const int NUM_STARTS = 2;
int8_t fire_wind_dir[NUM_FIRES] = {0, 3, 2, 2, 3, 5, 7, 0, 4, 3, 1, 3, 0, 3, 0, 1, 2, 4, 6, 4};
int8_t i_start[NUM_FIRES][NUM_STARTS] = {{14,9}, {7,7}, {9,-1}, {9,14}, {7,7}, {9,2}, {9,-1}, {9,6}, {4,-1}, {3,11}, {5,11}, {9,-1}, {14,8}, {10,3}, {11,-1}, {11,10}, {11,8}, {10,1}, {10,-1}, {2,15}};
int8_t j_start[NUM_FIRES][NUM_STARTS] = {{4,15}, {14,3}, {5,-1}, {2,5}, {5,14}, {7,5}, {11,-1}, {6,14}, {9,-1}, {10,6}, {9,8}, {2,-1}, {4,7}, {8,6}, {7,-1}, {11,6}, {4,3}, {11,8}, {8,-1}, {8,9}};
unsigned int seed_start[NUM_FIRES] = {3535, 6723, 28487, 275, 12992, 27802, 18001, 7299, 2322, 14593, 16996, 8864, 10310, 31136, 18029, 27206, 24738, 5780};