Open
Conversation
Closed
b059807 to
4c5d508
Compare
* relaxing open3d version requirement * relaxing open3d version requirement * update documentation
4c5d508 to
7e936f8
Compare
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: #12
About
This pull request introduces support for JSBSim-based simulation into the Project AirSim codebase. The main changes include integrating JSBSim as an external dependency, extending the configuration schemas and Python API to support JSBSim-based robots, and providing new example scripts and configuration files for fixed-wing aircraft simulation.
JSBSim Integration and Build System:
CMakeLists.txt).CMakeLists.txt).CMakeLists.txt).Schema and API Extensions:
"jsbsim-physics"as a physics type,"fixed-wing"as an airframe setup, and"jsbsim-api"as a controller type (robot_config_schema.jsonc). [1] [2]DronePython class for interacting with JSBSim-specific properties, includingset_brakes,get_jsbsim_property, andset_jsbsim_property(drone.py).Examples and Configuration Files:
hello_fixed_wing.py, demonstrating the workflow for controlling a JSBSim-based fixed-wing aircraft, including scene loading, sensor subscription, and (commented) control commands.robot_cessna310.jsonc) and a corresponding simulation scene (scene_cessna310.jsonc). [1] [2]jsbsim_env_actor.pyexample script, which demonstrated environment actor trajectory assignment using JSBSim.How Has This Been Tested?
Screenshots and videos (if appropriate):