Quantcast
Channel: ArduPlane - ArduPilot Discourse
Viewing all articles
Browse latest Browse all 7806

Loading a mission with .sh commads

$
0
0

@ujjwalrathod007 wrote:

I have make a .sh script to load the mission to avoid typing and setting parameters every now and then…

I wrote the following .sh file.

#!/bin/bash

sim_vehicle.py -v ArduPlane -f jsbsim --console --map

wp load /Tools/autotest/CMAC-circuit.txt

param set SIM_WIND_DIR 180
param set SIM_WIND_SPD 10

It is able to start the console and the map but then no WP load happens … any idea how can I do that?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 7806

Trending Articles