forked from ThunderFly-aerospace/PX4-FlightGear-Bridge
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add simple build test with github actions This Adds a simple build test for github actions. * Renaming the Rascal submodule directory. * Fix some model path. Draft of multi-vehicle simulation init scripts. * Disable joystick and mouse control input. * Switch to LKSO airport. * Update README.md * Add note about availability of multi make target. * Fix level of details handling for multi-vehicle simulation. * Add TF-G2 model * add submodule TF-G2 * Add TF-G2 autogyro model * Update README.md * Update submodule * Fix typos. * Workaround of issue ThunderFly-aerospace#15 * Update README.md * Switch from IgnMath to Eigen3 math library. * Remove libignition-math4-dev from readme. Co-authored-by: JaeyoungLim <gokoreas@gmail.com> Co-authored-by: Jakub Kákona <kaklik@mlab.cz> Co-authored-by: Roman Dvorak <romandvorak@mlab.cz>
- Loading branch information
1 parent
44b51d5
commit 7c2c623
Showing
9 changed files
with
36 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"FgModel":"TF-G2", | ||
"Url":"https://github.com/ThunderFly-aerospace/FlightGear-TF-G2/archive/master.zip", | ||
"Controls": [ | ||
["2","/controls/flight/aileron","-1"], | ||
["3","/controls/flight/elevator","-1"], | ||
["0","/controls/flight/rudder","1"], | ||
["1","/controls/engines/engine/throttle","1"] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters