-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified drone file to remove additional router requirement
- Loading branch information
Gargi Vaidya
committed
Feb 13, 2021
1 parent
e8dfb41
commit 0a9edbd
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<drone | ||
name="anafi4k" | ||
firmware="http://plf.parrot.com/sphinx/firmwares/anafi/pc/latest/images/anafi-pc.ext2.zip" | ||
hardware="anafi4k"> | ||
<machine_params | ||
low_gpu="0" | ||
with_front_cam="0" | ||
simple_front_cam="0" | ||
with_gimbal="0" | ||
with_kalamos="0" | ||
sdcard_serial="__undefined__" | ||
product_pro="0"/> | ||
<pose>default</pose> | ||
<interface>eth1</interface> | ||
<!-- 'wlan0' may need to be replaced the actual wifi interface name --> | ||
<!-- stolen_interface>wlan0:eth0:192.168.42.1/24</stolen_interface --> | ||
</drone> |