I'm submitting a ...
Describe the issue
I'm using a CIGI based image generator which can be queried for terrain elevation at specific points.
One can create custom ground callback implementations in JSBSim, but that approach doesn't really work when using
CIGI which requires you to query the IG over network.
My request would be to allow setting terrain elevation for each FGLGear instance. That way user could setup CIGI
Height of Terrain requests for each gear and use the provided value for each FGLGear.
Currently it is possible to work around this by calculating ground normal below aircraft and calculating elevations for each gear position relative to aircraft center with vector maths, but this is quite complex and doesn't work well in all situations.
I'm submitting a ...
Describe the issue
I'm using a CIGI based image generator which can be queried for terrain elevation at specific points.
One can create custom ground callback implementations in JSBSim, but that approach doesn't really work when using
CIGI which requires you to query the IG over network.
My request would be to allow setting terrain elevation for each FGLGear instance. That way user could setup CIGI
Height of Terrain requests for each gear and use the provided value for each FGLGear.
Currently it is possible to work around this by calculating ground normal below aircraft and calculating elevations for each gear position relative to aircraft center with vector maths, but this is quite complex and doesn't work well in all situations.