2cars.c (353B)
1 #include "../inc/test.h" 2 #include "../inc/common.h" 3 #include "../inc/compute_paths.h" 4 5 int main(int argc, char *argv[]) { 6 char scene_filepath[] = "scenes/2cars.hrt"; 7 float rx_pos[3] = {0.0, 0.0, 0.0}; 8 float tx_pos[3] = {0.0, 0.0, 0.0}; 9 float rx_vel[3] = {0.0, 0.0, 0.0}; 10 float tx_vel[3] = {0.0, 0.0, 0.0}; 11 float carrier_frequency = 70.f; 12 13 }