發表文章

目前顯示的是有「mavlink」標籤的文章

MAVproxy on windows with real pixhawk

圖片
Before Going on to beaglebone, I wish to test the following: 1. connect a pixhawk telemetry 2 through a FTDI uart to usb to my windows PC. 2. run a MAVproxy on wondows 3. connect mission planner(on local PC) to pixhawk through MAVproxy 4. same as 3, but from another PC in the same network. I have done this with dronekit-sitl on PC, according to the dronekit-sitl paper, connect 2 link to it can cause unstable. For multiple connections, it recommands MAVproxy. When I first started, I have install MAVproxy through windows installer, as well as pip through command line.(I also use python on PC) double installation cause the program to run very strangely, so I uninstall MAVproxy from windows uninstaller, and pip uninstall mavproxy through command line. Then run again the windows installer again from this page: http://ardupilot.github.io/MAVProxy/html/getting_started/index.html MAVproxy starts to show correct information....but I still can't get local or remote GCS connecte...