Hi there,
I have a setup where I connect with one Mission Planner to two pixhawks at the same time. I saved a multi vehicle connect list file and select it always with right click and connection list on the mission planner top bar.
Now I want to save this step and create a script that starts the Mission Planner with command line arguments where the file is selected or where I can specify multiple source. But I didn’t found a documentation where command line arguments of the mission planner are listed.
Is there something like this or is this possible. I tried some versions with chatgpt but it didn’t worked.
Did somebody tried this already or has an idea
Thanks in advance
James
Nobody any idea if the mission planner had cli arguments?
Command Line Options
| Command | Description |
|---|---|
-config <configfilename> |
Load a configuration file instead of the default config.xml. |
| -------- | ------------- |
-file <tlog> |
Load a telemetry log (*.tlog) for playback. |
-file <bin> |
Load a binary log (*.bin) for log analysis. |
| -------- | ------------- |
-script <scriptname> |
Run an IronPython script at startup. |
| -------- | ------------- |
-joy <true/false> |
Enable or disable joystick control at startup (use with -type). |
-type <plane/copter/rover/sub> |
Set the vehicle type. |
| -------- | ------------- |
-rtk <url> |
Start RTK NTRIP using the given URL. |
| -------- | ------------- |
-port <port> |
Connect using the specified serial port. |
-baud <baud> |
Set the baud rate (must be used with -port). |
| -------- | ------------- |
-gstream <pipeline> |
Start a GStreamer pipeline and show the stream in the HUD. |