forked from RosettaDrone/rosettadrone
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Loong list of updates and changes that was done in the end of the pro… #32
Open
Phillweston
wants to merge
169
commits into
xdu-aero-association:master
Choose a base branch
from
RosettaDrone:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
…ject. Added live FTP download of images while flying, added auto report by mail with these images as attachement while flying (for imidiet reporting) Added more mavlink support, and improved mission handling... Uppgraded to 4.16.1 DJI SDK Latest code not tested ... have funn.
Ignore strings.hml to avoid exposing private keys.
BUG: Rear LEDs were turned off permanently. This fixes m4xw#1
The keys goes in keys.xml
Added Adam Dabdoub to the owners list...
- Added MissionManager using VirtualSticks - Fixed many MAVLink communication errors - Disabled SafeMode checking when simulator is on - Fixed FlightModes reporting (AUTO, BRAKE, etc) - Fixed landing to the ground - Fixed take off for Mini series (replaced DJI's MissionControl) - Added yawDirection (target, POI, fixed, keep) - Enabled pasue/resume mission - Fixed video for Mini SE - Fixed backlights led bug (m4xw#1) - Implemented WayPoints from QGC (#102, m4xw#6) - Fixed crashes - Cleaned code
Rosetta 3 release with many improvements and bug fixes. Also Mini series support was added for VirtualStick controlled waypoint missions.
Dummy DJI Product to run Rosetta without actually connecting to an aircraft. This facilitates debugging the MAVLink communication, UI, etc. To use, just start Rosetta in TestMode, ie. click 5 times on the logo on the connection screen. Can be extended to simulate the aircraft, battery, flightcontroller, etc.
Removed "DJI Mini 2 SE" support (currently not supported by the SDK)
Improve layout and put MainActivity into fullscreen
Maintain video feed aspect ratio
WebRTC streaming
making public m_model in DroneModel.java
- Fix landing sequence interruption (timerIgnoreMavLink) - Fix MAV_CMD_NAV_TAKEOFF response (for MAVSDK compatibility) - Fix rotation() calculation - Fix yaw units - Add isFlying to DummyProduct - Call landing callback in DummyProduct
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.
…ject.
Added live FTP download of images while flying, added auto report by mail with these images as attachement while flying (for imidiet reporting)
Added more mavlink support, and improved mission handling...
Uppgraded to 4.16.1 DJI SDK
Latest code not tested ... have funn.