-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/multicopter state r to q (#163)
* Change multicopter state from R to q * Update compat; OrdinaryDiffEq * Update version * Remove extra Transducers
- Loading branch information
Showing
8 changed files
with
55 additions
and
51 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "FlightSims" | ||
uuid = "a4c2f6ca-3fbe-4430-8ede-32935de4c069" | ||
authors = ["JinraeKim <[email protected]> and contributors"] | ||
version = "1.1.3" | ||
version = "1.2.0" | ||
|
||
[deps] | ||
FSimBase = "731e945d-f3ed-49a1-bee2-3998705ef155" | ||
|
@@ -11,8 +11,8 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" | |
|
||
[compat] | ||
FSimBase = "0.2" | ||
FSimZoo = "0.10" | ||
OrdinaryDiffEq = "6.50" | ||
FSimZoo = "0.11" | ||
OrdinaryDiffEq = "6.53" | ||
Reexport = "1.2" | ||
julia = "1" | ||
|
||
|
@@ -23,8 +23,7 @@ ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" | |
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999" | ||
Convex = "f65535da-76fb-5f13-bab9-19810c17039a" | ||
|
||
[targets] | ||
test = ["Test", "DifferentialEquations", "LinearAlgebra", "Plots", "Transducers", "ForwardDiff", "ComponentArrays", "Convex"] | ||
test = ["Test", "DifferentialEquations", "LinearAlgebra", "Plots", "ForwardDiff", "ComponentArrays", "Convex"] |
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
820b4c5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register()
820b4c5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/92325
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: