Skip to content

Commit

Permalink
placeholder fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza787b committed Aug 29, 2024
1 parent 5fb4a21 commit db4cda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/setup_px4_sitl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ PLATFORM_CHOICES=("xplane_ehang184" "xplane_alia250" "xplane_cessna172" "xplane_
# === MAVLink Router Configuration ===
USE_MAVLINK_ROUTER=true # Set to true to enable MAVLink Router installation and setup
MAVLINK_ROUTER_INSTALL_SCRIPT_URL="https://raw.githubusercontent.com/alireza787b/mavlink-anywhere/main/install_mavlink_router.sh"
MAVLINK_ROUTER_COMMAND="mavlink-routerd -e IP_PLACEHOLDER:14540 -e IP_PLACEHOLDER:14550 -e IP_PLACEHOLDER:14569 0.0.0.0:14550"
MAVLINK_ROUTER_COMMAND="mavlink-routerd -e IP_PLACEHOLDER:14540 -e IP_PLACEHOLDER:14550 -e IP_PLACEHOLDER:14569 -e IP_PLACEHOLDER:14569 0.0.0.0:14550"

# === Repair Mode (Configurable) ===
REPAIR_MODE=false # Set to true if you always want full repair mode
Expand Down

0 comments on commit db4cda8

Please sign in to comment.