Skip to content

Commit 20f0ba3

Browse files
committedJun 19, 2017
fix broken links
1 parent e4dfce5 commit 20f0ba3

File tree

8 files changed

+12
-9
lines changed

8 files changed

+12
-9
lines changed
 

‎en/airframes_experimental/traxxas_stampede.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The assembly consists of a wooden frame on which all the autopilot parts were at
3333

3434
![Wodden panel fixture](../../assets/airframes/experimental/stampede/mounting_detail.jpg)
3535

36-
For this particular mounting we chose to use the clip supplied with the rover to attach the upper plate. For this, two supports were 3D printed. The CAD files are provided [here](../../assets/airframes/experimental/stampede/plane_holders.zip).
36+
For this particular mounting we chose to use the clip supplied with the rover to attach the upper plate. For this, two supports were 3D printed. The CAD files are provided [here](https://github.com/PX4/Devguide/raw/master/assets/airframes/experimental/stampede/plane_holders.zip).
3737

3838
> **Warning** It is **HIGHLY RECOMMENDED** to set the ESC in training mode (see Traxxas Stampede Manual) so to reduce the power to 50%.
3939

‎en/debug/system_console.md

+2
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ nsh> free
108108
```
109109

110110
## MAVLink Shell
111+
111112
For NuttX-based systems (Pixhawk, Pixracer, ...), the nsh console can also be
112113
accessed via mavlink. This works via serial link or WiFi (UDP/TCP). Make sure
113114
that QGC is not running, then start the shell with e.g.
@@ -116,6 +117,7 @@ get a description of all available arguments. You may first have to install the
116117
dependencies with `sudo pip install pymavlink pyserial`.
117118

118119
# Snapdragon DSP Console
120+
119121
When you are connected to your Snapdragon board via usb you have access to the px4 shell on the posix side of things.
120122
The interaction with the DSP side (QuRT) is enabled with the `qshell` posix app and its QuRT companion.
121123

‎en/setup/building_px4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ make posix_rpi_cross # for cross-compiler build
7676
```
7777

7878
The "px4" executable file is in the directory build_posix_rpi_cross/src/firmware/posix.
79-
Make sure you can connect to your RPi over ssh, see [instructions how to access your RPi](../flight_controller/raspberry_pi.md#developer-quick-start).
79+
Make sure you can connect to your RPi over ssh, see [instructions how to access your RPi](../flight_controller/raspberry_pi_navio2.md#developer-quick-start).
8080

8181
Then set the IP (or hostname) of your RPi using:
8282

‎en/setup/dev_env_linux.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Update the package list and install the following dependencies for all PX4 build
2222
[Pixracer](../flight_controller/pixracer.md), [Pixhawk 3 Pro](../flight_controller/pixhawk3_pro.md), [Crazyflie](../flight_controller/crazyflie2.md),
2323
[Intel® Aero Ready to Fly Drone](../flight_controller/intel_aero.md)
2424
* [Qualcomm Snapdragon Flight hardware](../flight_controller/snapdragon_flight.md)
25-
* Linux-based hardware: [Raspberry Pi 2/3](../flight_controller/raspberry_pi.md), Parrot Bebop
25+
* Linux-based hardware: [Raspberry Pi 2/3](../flight_controller/raspberry_pi_navio2.md), Parrot Bebop
2626
* Host simulation: [jMAVSim SITL](../simulation/sitl.md) and [Gazebo SITL](../simulation/gazebo.md)
2727

2828
> **Info** Install the [Ninja Build System](../setup/dev_env_linux_boutique.md#ninja-build-system) for faster build times than with Make. It will be automatically selected if installed.
@@ -173,7 +173,7 @@ cmake \
173173
### Parrot Bebop
174174

175175
Developers working with the Parrot Bebop should install the RPi Linux Toolchain. Follow the
176-
description under [Raspberry Pi hardware](../flight_controller/raspberry_pi.md).
176+
description under [Raspberry Pi hardware](../flight_controller/raspberry_pi_navio2.md).
177177

178178
Next, install ADB.
179179

‎zh/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
* [编写应用程序](tutorials/tutorial_hello_sky.md)
2525
* [QGC的视频流](qgc/video_streaming.md)
2626
* [远距离视频流](qgc/video_streaming_wifi_broadcast.md)
27+
* [相机触发器](tutorials/camera_trigger.md)
2728
* [综合测试](test_and_ci/integration_testing.md)
2829
* [光流](tutorials/optical_flow.md)
2930
* [ecl EKF](tutorials/tuning_the_ecl_ekf.md)
@@ -108,7 +109,6 @@
108109
* [发送调试的值](debug/debug_values.md)
109110
* [Profiling](debug/profiling.md)
110111
* [室内 / 虚拟 GPS](advanced/fake_gps.md)
111-
* [相机触发器](advanced/camera_trigger.md)
112112
* [日志记录](log/logging.md)
113113
* [飞行日志分析](log/flight_log_analysis.md)
114114
* [EKF日志回放](log/ekf2_log_replay.md)

‎zh/debug/system_console.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The system console is the location where all boot output (and applications auto-
2020
> **info**
2121
> USB shell: 如果只是运行几个简单的命令或测试应用程序,连接到USB shell就足够了。
2222
>MAVLink shell可以这么使用,参照下文。
23-
>只有在调试启动流程或USB接口已被用于MAVlink连接地面站[GCS](qgroundcontrol-intro.md)的时候,才需要使用硬件串口console。
23+
>只有在调试启动流程或USB接口已被用于MAVlink连接地面站[GCS](../qgc/README.md)的时候,才需要使用硬件串口console。
2424
2525
## Snapdragon Flight : Console接线
2626

‎zh/flight_controller/snapdragon_flight_advanced.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ fastboot devices
297297

298298
只要进入fastboot模式,就可以尝试[上面的脚本](#linux)来更新Android/Linux映像。
299299

300-
如果你碰巧有一个[P2板](do-i-with-a-p1-or-p2-board),你应该能够通过如下操作将骁龙重置为恢复镜像:短接J3标示附近的两个引脚(这两个引脚在角孔和SD卡插槽之间,并靠近板子边缘),并重新给骁龙上电。
300+
如果你碰巧有一个[P2板](#do-i-with-a-p1-or-p2-board),你应该能够通过如下操作将骁龙重置为恢复镜像:短接J3标示附近的两个引脚(这两个引脚在角孔和SD卡插槽之间,并靠近板子边缘),并重新给骁龙上电。
301301

302302
如果一切都失败,那么可能需要向intrinsyc求助。
303303

@@ -416,6 +416,7 @@ QUALCOMM
416416

417417
如果有**H9550**,那意味着这是块P2板!
418418

419+
<span id="do-i-with-a-p1-or-p2-board"></span>
419420
**请忽视之后的-P1.**
420421

421422
推测P1板没有工厂分区/镜像,因此无法恢复出厂状态。

‎zh/setup/dev_env_linux.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sudo usermod -a -G dialout $USER
3030
[Pixracer](../flight_controller/pixracer.md), [Crazyflie](../flight_controller/crazyflie2.md),
3131
[Intel® Aero Ready to Fly Drone](../flight_controller/intel_aero.md)
3232
* [Qualcomm Snapdragon Flight hardware](../flight_controller/snapdragon_flight.md)
33-
* Linux-based hardware: [Raspberry Pi 2/3](../flight_controller/raspberry_pi.md), Parrot Bebop
33+
* Linux-based hardware: [Raspberry Pi 2/3](../flight_controller/raspberry_pi.md), Parrot Bebop
3434
* Host simulation: [jMAVSim SITL](../simulation/sitl.md) and [Gazebo SITL](../simulation/gazebo.md)
3535

3636
> 提示:安装[Ninja Build System](../setup/dev_env_linux_boutique.md#ninja-build-system)可以比make更快进行编译。如果安装了它就会自动选择使用它进行编译。
@@ -201,7 +201,7 @@ source ~/.profile
201201

202202
### Parrot Bebop
203203

204-
Parrot Bebop的开发者应该安装树莓派的Linux工具链。请跟随[这里]((../flight_controller/raspberry_pi.md))的介绍进行安装。
204+
Parrot Bebop的开发者应该安装树莓派的Linux工具链。请跟随([这里](../flight_controller/raspberry_pi.md))的介绍进行安装。
205205

206206
接下来安装ADB。
207207

0 commit comments

Comments
 (0)
Please sign in to comment.