mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
9 lines
163 B
Bash
9 lines
163 B
Bash
#!/bin/sh
|
|
# Standard apps for a differential rover.
|
|
|
|
# Start rover differential module.
|
|
rover_differential start
|
|
|
|
# Start Land Detector.
|
|
land_detector start rover
|