mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 07:37:36 +08:00
727b0cf530
and add some debugging info when succeeded/fail to find air-frame file
5 lines
125 B
Bash
5 lines
125 B
Bash
#!/bin/sh
|
|
# shellcheck disable=SC2154
|
|
|
|
micrortps_client start -t UDP -r $((2019+2*px4_instance)) -s $((2020+2*px4_instance))
|