- Start the MAVProxy using
mavproxy.py --master=127.0.0.1:14550 --console --map
. param set RALLY_LIMIT_KM 0
to use the closest rally point.- Rally points have terminal commands:
rally list
is used to list rally points on flight controller.rally load FILE_NAME
loads rally points from a file to flight controller.rally save FILE_NAME
saves rally points from flight controller to a file.rally clear
deletes all rally points from flight controller.rally add
is used to add rally point to the clicked location on map.rally remove INDEX
is used to remove a rally points listed at a specific index.set rallyalt 50
sets default rally point altitude to 50 meters.