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

ArduPilot Backend Support #2

Merged
merged 30 commits into from
Oct 26, 2024
Merged

ArduPilot Backend Support #2

merged 30 commits into from
Oct 26, 2024

Conversation

TomerTip
Copy link
Owner

Added support for ArduPilot-Copter backend - bridging between the ArduPilot project and IsaacSim, allowing the ArduPilot community to leverage IsaacSim's physics simulation and photorealistic rendering capabilities!
You can take a look at the forked repo PegasusArduPilot

  1. Had changes in the Backend and BackendConfig classes hierarchy - making the code more extendable and less couples with PX4
    pegasus_backends

  2. Added backend selection UI that allows the user to choose a backend and its settings before spawning the vehicle.
    pegasus_backend_ui

  3. Launching ArduPilot-SITL on play button and and shutting down on stop button.
    ardupilot_spawn

  4. Implementend the communication module PyArduPilotPlugin in order to allow communication between the simulator and ArduPilot SITL - enabling a control loop of sensor data and motor commands.
    pegasus_comm

@TomerTip TomerTip merged commit 8051774 into main Oct 26, 2024
1 of 2 checks passed
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.

1 participant