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