#!/bin/bash # 批量解压缩脚本 # 作者: shaohsiung # 时间: // # Store all file names in the tmp directory with the suffix .tar.gz file in the temporary file ls.log cd /tmp ls *.tar.gz > ls.log for i in $(cat ls.log) do # Throw the output information at the time of
Building ArduPilot for Pixhawk/PX4 on Linux with Make 使用Make编译 ArduPilot for Pixhawk 2, Pixhawk and PX4 在linux上. Note: 编译 Pixhawk 2 and Pixhawk使用 (make px4-v2). 编译 PX4 使用 make px4-v1. Quick start 系统ubuntu16.04 Setup 安装 git: sudo apt-get -qq -y instal