Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Improve readme.
  • Loading branch information
kaklik authored Aug 31, 2024
1 parent 2c6b979 commit 5e98e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FlightGear Bridge
# FlightGear to PX4 Autopilot Bridge

![Build Tests](https://github.com/PX4/PX4-FlightGear-Bridge/workflows/Build%20Tests/badge.svg)

Expand Down Expand Up @@ -66,7 +66,7 @@ General usage consists following steps
You can tune your FG installation/settings by the following environment variables:

1) ```FG_BINARY``` - absolute path to FG binary to run. (It can be an AppImage)
2) ```FG_MODELS_DIR``` - absolute path to the folder containing the manually-downloaded aircraft models which should be used for simulation.
2) ```FG_MODELS_DIR``` - absolute path to the folder containing the manually downloaded aircraft models that should be used for simulation.
3) ```FG_ARGS_EX``` - any additional FG parameters

FlightGear Bridge and starting script now support multiple instances of PX4. FG\_run script takes the second argument, which is PX4 ID (and automatically adjusts the port numbers according to the given number) and bridge binary takes this ID as the first argument before the output of get\_FGbridge\_params.py
Expand Down

0 comments on commit 5e98e4d

Please sign in to comment.