Open3d as optional#152
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes: #
About
This pull request refactors how the
open3ddependency is handled for the Project AirSim Python client. Instead of being a core requirement,open3dis now an optional dependency grouped under a newlidarextra. This makes the base client install lighter and avoids installation issues in environments where Open3D is not supported. Documentation has been updated to guide users on installing the LIDAR visualization utilities and handling Open3D installation problems.Dependency management changes:
open3dfrom the main dependencies list to a new optionallidarextra in bothpyproject.tomlandsetup.py, so it is only installed when LIDAR features are needed. [1] [2]Documentation updates:
client_setup.mdto explain that Open3D is not included by default, and added instructions for installing thelidarextra to enable LIDAR visualization utilities. Improved troubleshooting guidance for Open3D installation issues. [1] [2]eap_quickstart.mdto clarify Open3D is now an optional dependency, and provided instructions for installing LIDAR support or resolving compatibility issues.How Has This Been Tested?
Screenshots and videos (if appropriate):