Remove engine code that reads in position and orientation #559
Remove engine code that reads in position and orientation #559bcoconni merged 2 commits intoJSBSim-Team:masterfrom
Conversation
bcoconni
left a comment
There was a problem hiding this comment.
Thanks for the PR.
I'd suggest using the method Element::ReadFrom in the warning messages to help the user locating the origin of the warnings.
|
Also the test The changes I have suggested above for the C++ code of the PR should help locating these now useless elements |
Correct, I was planning on doing that next once this pull request is approved and merged in. |
All right. |
…m#559) The engine position and orientation data is read in but isn't used, it's only the thruster's location and orientation that matter, which causes confusion.
…s. (JSBSim-Team#561) This is linked to the PR JSBSim-Team#559.
As mentioned in #547 (comment) the engine position and orientation data is read in but isn't used, it's only the thruster's location and orientation that matter, which causes confusion.