You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It returns a double value, which may be the NoData value. This can silently return the NoData value, and if run against physics, could be a situation where the physics mesh is in the wrong location. For a path planner, this could mean you think terrain is safe and it's ok to fly inside a body of water and not collide with it.
Steps to reproduce
I"ll find a representative dataset shortly and create a minimum reproducible example.
Load terrain with NoDat
Output
TBD
The text was updated successfully, but these errors were encountered:
Environment
Binary
Description
Dem::Elevationpublic: double Elevation(double _x, double _y);
Steps to reproduce
I"ll find a representative dataset shortly and create a minimum reproducible example.
Output
TBD
The text was updated successfully, but these errors were encountered: