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