mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 10:26:52 +08:00
Revert port change (#14177)
Reverts #14126 and #14176 until CI failures can be resolved
This commit is contained in:
@@ -109,9 +109,7 @@ param set MAV_SYS_ID $((px4_instance+1))
|
|||||||
simulator_tcp_port=$((4560+px4_instance))
|
simulator_tcp_port=$((4560+px4_instance))
|
||||||
udp_offboard_port_local=$((14580+px4_instance))
|
udp_offboard_port_local=$((14580+px4_instance))
|
||||||
udp_offboard_port_remote=$((14540+px4_instance))
|
udp_offboard_port_remote=$((14540+px4_instance))
|
||||||
[ $px4_instance > 9 ] && udp_offboard_port_remote=14549 # use the same ports for more than 10 instances to avoid port overlaps
|
udp_gcs_port_local=$((14570+px4_instance))
|
||||||
udp_gcs_port_local=$((18570+px4_instance))
|
|
||||||
|
|
||||||
|
|
||||||
if [ $AUTOCNF = yes ]
|
if [ $AUTOCNF = yes ]
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user