mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
11 lines
217 B
Bash
11 lines
217 B
Bash
#!/bin/bash
|
|
|
|
# create uorb graphs and move to docs
|
|
make uorb_graphs
|
|
cp Tools/uorb_graph/*.json docs/public/middleware/
|
|
# create failsafe sim
|
|
# uorb message docs
|
|
# parameter metadata
|
|
# airframe reference
|
|
# module docs
|