|
From: Ludovic B. <lu...@lu...> - 2020-12-10 01:43:42
|
Michael Danilov <mik...@gm...> writes:
> Dear MiG-15 maintainers,
[...]
> Despite the fact that Ludovic Brenta -- the current maintainer --
> was quick to remind me about uploading patches to Sf for review, once
> I had posted the link to my GitLab WIP repo (which is that -- only for
> WIP stuff -- and I _do_ want to cooperate with upstream) just to tell
> a user that the instruments are being worked on -- I have never heard
> from either him or anyone else despite me having shared the link in
> that same thread.
>
> I guess I'm doing something horribly wrong here. [Shrug]
Hello Michael,
You're not doing anything wrong. As you may have noticed, I have been
dormant on this list since then and that is because of Real Life issues.
I have only had time to review the first 3 or 4 commits on your
repository but not even to test them; then I reached those that touch
the FDM, which is maintained by andreas-z and is way out of my area of
expertise. I was hoping, and I still hope, that the other maintainers
can and will step in as their time permits. I am really sorry to be
holding you up and possibly discouraging you.
in the first commit ea6377feced7fb7310b91c3bd23fd0387d173976:
--- a/Models/MiG-15bis.xml
+++ b/Models/MiG-15bis.xml
@@ -1555,4 +1555,38 @@
<texture-prop>txt_19</texture-prop>
</animation>
+ <model>
+ <path>/Aircraft/MiG-15/Models/Equipment/chocks.ac</path>
+ <offsets>
+ <x-m>0.12</x-m>
+ <y-m>0.00</y-m>
+ <z-m>0.00</z-m>
+ <pitch-deg>-2.8</pitch-deg>
+ </offsets>
+ </model>
+
+ <animation>
+ <type>select</type>
+ <object-name>chock</object-name>
+ <condition>
+ <equals>
+ <property>/fdm/jsbsim/gear/wheel-chocks</property>
Absolute property path, this should be relative
+ <value>1</value>
+ </equals>
+ </condition>
+ </animation>
+
+ <animation>
+ <type>pick</type>
+ <object-name>Chocks</object-name>
+ <action>
+ <button>0</button>
+ <binding>
+ <command>property-assign</command>
+ <property>fdm/jsbsim/gear/wheel-chocks</property>
Relative property path, OK.
+ <value>0</value>
+ </binding>
+ </action>
+ </animation>
+
</PropertyList>
--
Ludovic Brenta.
|