Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug/fix elevation map #27

Closed

Conversation

MichaelMarav
Copy link
Collaborator

No description provided.

@MichaelMarav MichaelMarav requested a review from mrsp March 13, 2025 13:10

bool interpolate(const std::vector<std::array<float, 2>>& locs);

std::optional<ElevationCell> getElevation(const std::array<float, 2>& loc) const;

const std::array<float, 2>& getMapOrigin() const;

float terrain_height_variance;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
float terrain_height_variance;
float terrain_height_variance_;

@mrsp mrsp closed this Mar 17, 2025
@mrsp mrsp deleted the bug/fix-elevation-map branch March 17, 2025 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants