forked from PX4/PX4-user_guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
redirects.json
136 lines (132 loc) · 5.42 KB
/
redirects.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"redirects": [
{
"from": "en/config_mc/advanced_mc_position_tuning.html ",
"to": "en/config_mc/mc_trajectory_tuning.html "
},
{
"from": "en/flight_controller/pixhack_v5.html",
"to": "en/flight_controller/cuav_v5.html"
},
{
"from": "en/flying/led_meanings.html",
"to": "en/getting_started/led_meanings.html"
},
{
"from": "en/flight_controller/complete_vehicles.html",
"to": "en/complete_vehicles/"
},
{
"from": "en/flight_controller/intel_aero.html",
"to": "en/complete_vehicles/intel_aero.html"
},
{
"from": "en/flight_controller/crazyflie2.html",
"to": "en/complete_vehicles/crazyflie2.html"
},
{
"from": "en/flight_controller/bebop.html",
"to": "en/complete_vehicles/bebop.html"
},
{
"from": "en/flight_controller/mindracer_BNF_RTF.html",
"to": "en/complete_vehicles/mindracer_BNF_RTF.html"
},
{
"from": "en/flight_controller/mindracer210.html",
"to": "en/complete_vehicles/mindracer210.html"
},
{
"from": "en/flight_controller/nanomind110.html",
"to": "en/complete_vehicles/nanomind110.html"
},
{
"from": "en/flight_controller/betafpv_beta75x.html",
"to": "en/complete_vehicles/betafpv_beta75x.html"
},
{
"from": "en/advanced_config/pid_tuning_guide_multicopter.html",
"to": "en/config_mc/pid_tuning_guide_multicopter.html"
},
{
"from": "en/advanced_config/advanced_mc_position_tuning.html",
"to": "en/config_mc/advanced_mc_position_tuning.html"
},
{
"from": "en/advanced_config/racer_setup.html",
"to": "en/config_mc/racer_setup.html"
},
{
"from": "en/advanced_config/pid_tuning_guide_fixedwing.html",
"to": "en/config_fw/pid_tuning_guide_fixedwing.html"
},
{
"from": "en/advanced_config/trimming_guide_fixedwing.html",
"to": "en/config_fw/trimming_guide_fixedwing.html"
},
{
"from": "en/peripherals/rtk_gps_hex_hereplus.html",
"to": "en/gps_compass/rtk_gps_hex_hereplus.html"
},
{
"from": "en/peripherals/rtk_gps_drotek_xl.html",
"to": "en/gps_compass/rtk_gps_drotek_xl.html"
},
{
"from": "en/peripherals/rtk_gps_cuav_c-rtk.html",
"to": "en/gps_compass/rtk_gps_cuav_c-rtk.html"
},
{
"from": "en/flying/flight_reporting.html",
"to": "en/getting_started/flight_reporting.html"
},
{
"from": "en/framebuild_multicopter/lumenier_qav250_pixhawk_mini.html",
"to": "en/frames_multicopter/lumenier_qav250_pixhawk_mini.html"
},
{
"from": "en/framebuild_multicopter/lumenier_qav250_pixhawk_auav_x2.html",
"to": "en/frames_multicopter/lumenier_qav250_pixhawk_auav_x2.html"
},
{
"from": "en/framebuild_multicopter/spedix_s250_pixracer.html",
"to": "en/frames_multicopter/spedix_s250_pixracer.html"
},
{
"from": "en/framebuild_multicopter/robocat_270_pixracer.html",
"to": "en/frames_multicopter/robocat_270_pixracer.html"
},
{
"from": "en/framebuild_plane/wing_wing_z84.html",
"to": "en/frames_plane/wing_wing_z84.html"
},
{
"from": "en/framebuild_vtol/vtol_quadplane_falcon_vertigo_hybrid_rtf_dropix.html",
"to": "en/frames_vtol/vtol_quadplane_falcon_vertigo_hybrid_rtf_dropix.html"
},
{
"from": "en/framebuild_vtol/vtol_quadplane_fun_cub_vtol_pixhawk.html",
"to": "en/frames_vtol/vtol_quadplane_fun_cub_vtol_pixhawk.html"
},
{
"from": "en/framebuild_vtol/vtol_quadplane_volantex_ranger_ex_pixhawk.html",
"to": "en/frames_vtol/vtol_quadplane_volantex_ranger_ex_pixhawk.html"
},
{
"from": "en/framebuild_vtol/vtol_tiltrotor_birdseyeview_firefly_y6_pixfalcon.html",
"to": "en/frames_vtol/vtol_tiltrotor_birdseyeview_firefly_y6_pixfalcon.html"
},
{
"from": "en/framebuild_vtol/vtol_tiltrotor_eflite_convergence_pixfalcon.html",
"to": "en/frames_vtol/vtol_tiltrotor_eflite_convergence_pixfalcon.html"
},
{
"from": "en/config/vtol_quad_configuration.html",
"to": "en/config_vtol/vtol_quad_configuration.html"
},
{
"from": "en/advanced_config/vtol_without_airspeed_sensor.html",
"to": "en/config_vtol/vtol_without_airspeed_sensor.html"
}
]
}