mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2025-12-09 15:41:27 +08:00
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))
|