- Start the MAVProxy using
mavproxy.py --master=127.0.0.1:14550 --console --map. - To load mission editor
module load misseditor. - Mission editor also has some useful terminal commands:
wp clearclear mission items.wp ftpfetches mission item list from vehicle using FTP and saves it toway.txt.wp ftpload FILE_NAMEsends mission item list to vehicle using FTP.wp listfetches mission item list from vehicle.wp load FILE_NAMEsends mission item list to vehicle.wp save FILE_NAMEsaves mission item list toFILE_NAME.
- Note: 0th waypoint is home location.
- To start a mission (without radio)
long MAV_CMD_MISSION_START 0 0 0 0 0 0 0 0 - After this lecture do
param set SIM_SPEEDUP 1to come back to real time SITL speed.