Christopher Pereira
edea733bf6
Update DummyProduct.java
...
Use real dt
2023-04-07 22:12:30 -04:00
Christopher Pereira
7c3441e83e
Update README.md
2023-04-06 15:55:58 -04:00
Christopher Pereira
4bc6b79a9e
Merge branch 'master' of https://github.com/RosettaDrone/rosettadrone
2023-04-05 23:05:54 -04:00
Christopher Pereira
5815c30a1a
Use mFlightController everywhere
2023-04-05 23:05:49 -04:00
Christopher Pereira
ff1d3e1253
Update README.md
2023-04-05 22:54:15 -04:00
Christopher Pereira
45f92e13b7
Fixed response to MAVLINK_MSG_ID_PARAM_REQUEST_READ when parameter doesn't exist
2023-04-05 21:17:29 -04:00
Christopher Pereira
00a0618a3e
Prevent null flightController
...
- Close MainActivity if FlightController is null
- Added timerIgnoreMavLink: Timer to ignore MAVLink motion commands while user is moving the RC Joystick
- Cancel tasks and disable VirtualSticks when enabling SafeMode
2023-04-05 21:13:16 -04:00
Christopher Pereira
e20d589d9a
Fixed indentation
2023-04-05 19:24:51 -04:00
Christopher Pereira
973df33734
Added timestamp and yaw to RawVideoStreamer
...
- Added test code
2023-04-05 15:38:58 -04:00
Christopher Pereira
ae70a2a2aa
Reverted https://github.com/RosettaDrone/rosettadrone/pull/144/commits/831514a6b14ba24178c3a75c2b04d44a8852d414
...
Not needed anymore, since https://github.com/RosettaDrone/rosettadrone/issues/141 was fixed
2023-04-03 14:47:34 -04:00
Christopher Pereira
d650b50f13
Close https://github.com/RosettaDrone/rosettadrone/issues/139
2023-04-03 14:44:32 -04:00
Christopher Pereira
4b4f8341cb
Re-added binary files
2023-04-03 14:39:54 -04:00
Christopher Pereira
c8ca59e4b3
Rewrote ConnectionActivity
...
- Fixed many connection and reconnection issues
- Fixed wrong product information displayed
- Show 3 buttons
- Removed image customizations
- Cleaned code
2023-04-03 11:45:53 -04:00
Christopher Pereira
8a7789ac5b
Allow vertical orientation for ConnectionActivity
2023-04-03 11:16:51 -04:00
Christopher Pereira
c953da1a57
Delete app/src/main/cpp/lib/armeabi-v7a directory
2023-04-03 10:21:23 -04:00
Christopher Pereira
3533aca4a3
Delete app/src/main/cpp/lib/arm64-v8a directory
2023-04-03 10:21:14 -04:00
Christopher Pereira
1e18f76410
Merge pull request #143 from pktiuk/fix_dependency
...
Add missing dependency
2023-04-03 08:48:34 -04:00
Christopher Pereira
88e8bdfad1
Merge pull request #144 from pktiuk/fix_ci
...
Workaround Fixing CI by not using LFS
2023-04-03 08:42:38 -04:00
Paweł Kotiuk
535f715e31
Limit CI builds to Pull Requests and master branch
2023-04-03 10:31:39 +02:00
Paweł Kotiuk
831514a6b1
Ugly workaround for Git LFS limit
2023-04-03 10:27:26 +02:00
Paweł Kotiuk
28b3b9492d
Add missing dependency
...
This one is required for building APK file
2023-04-03 08:31:38 +02:00
Christopher Pereira
34063f9e06
Removed other ffmpeg binaries
...
To fix https://github.com/RosettaDrone/rosettadrone/issues/141
2023-04-01 19:24:22 -03:00
Christopher Pereira
cee7c0511f
Changed test code to test reconnecting
2023-04-01 00:14:11 -03:00
Christopher Pereira
ba767d928d
Merge branch 'master' of https://github.com/RosettaDrone/rosettadrone
2023-04-01 00:13:31 -03:00
Christopher Pereira
d510e4a1cc
Fix: Re-enable Open button in ConnectionActivity (after pressing back button)
2023-04-01 00:13:25 -03:00
Christopher Pereira
08f68d0159
Merge pull request #142 from pktiuk/update_deprecated_class
...
Replace deprecated class
2023-03-31 10:45:40 -03:00
The1only
34a76c5621
First commit
2023-03-31 09:56:13 +02:00
Christopher Pereira
4e1c85c6e4
Renamed to RosettaDrone
2023-03-30 20:13:56 -03:00
Paweł Kotiuk
049a264ce1
Replace deprecated class
...
https://developer.android.com/reference/androidx/test/InstrumentationRegistry
2023-03-30 17:24:09 +02:00
Christopher Pereira
46e17b2902
Merge branch 'master' of https://github.com/The1only/rosettadrone
2023-03-30 12:00:34 -03:00
Christopher Pereira
3fe8a95d00
Remove OpenCVStreamer.java from .gitignore
2023-03-30 12:00:12 -03:00
Christopher Pereira
47f01741b0
Merge pull request #140 from pktiuk/add_simple_CI
...
Add simple ci
2023-03-30 11:50:12 -03:00
Christopher Pereira
729f2566d2
Reimplemented velocity controller
2023-03-30 11:30:29 -03:00
Christopher Pereira
ca503b0f5b
Fix https://github.com/The1only/rosettadrone/issues/78
2023-03-30 11:29:28 -03:00
Paweł Kotiuk
6528df80bd
Fix compilation failure caused by linter
2023-03-30 15:40:30 +02:00
Paweł Kotiuk
64bcf8a73f
Add simple build workflow
...
Github docs: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
NDK installation: https://github.com/actions/runner-images/issues/60
2023-03-30 15:40:00 +02:00
Paweł Kotiuk
cb9828fa6e
Add mock keys for test builds
2023-03-30 15:33:15 +02:00
Christopher Pereira
61f4a2a904
Merge branch 'master' of https://github.com/The1only/rosettadrone
2023-03-29 11:31:18 -03:00
Christopher Pereira
4563be0e45
Fix https://github.com/The1only/rosettadrone/issues/136
...
- Fix https://github.com/The1only/rosettadrone/issues/136
- Optimizations
- Fix build
- Record takeOffLocation for MAV_FRAME_LOCAL_NED
- Improvement and fixes on DummyProduct
2023-03-29 11:30:45 -03:00
Christopher Pereira
4f141d96cd
Merge pull request #138 from pktiuk/update_issue_templates
...
Update issue templates
2023-03-29 09:31:33 -03:00
Paweł Kotiuk
5da52f599c
Update Feature request template
...
According to docs: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
2023-03-29 10:56:21 +02:00
Paweł Kotiuk
68dbc1c5f8
Create new bug template
...
According to: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms#top-level-syntax
2023-03-29 10:55:03 +02:00
Christopher Pereira
e2216afdb9
Merge pull request #125 from The1only/work_branch
...
Updated dependencies, and uppgraded DJI SDK to 4.16.4, and updated text
2023-03-21 13:59:03 -03:00
Christopher Pereira
01dd463c7e
Merge branch 'master' into work_branch
2023-03-21 13:58:49 -03:00
Christopher Pereira
c234b1c7b9
Disable RawVideoStreamer by default
...
Because it disables the video preview in Rosetta
2023-03-21 13:41:28 -03:00
Christopher Pereira
cc8fcc17af
Fix "Not allowed to start service Intent" "app is in background"
2023-03-21 13:40:50 -03:00
Christopher Pereira
7693a4142b
Added RawVideoStreamer plugin
...
https://github.com/The1only/rosettadrone/discussions/133
2023-03-21 13:09:38 -03:00
Christopher Pereira
91a19f606b
Merge branch 'master' of https://github.com/The1only/rosettadrone
2023-03-21 12:21:55 -03:00
Christopher Pereira
c0cff61a9a
Multiple telemetry sockets
...
- Support unlimited telemtry sockets
- Now all telemetry sockets will also listen (receive remote MAVLink commands)
- Added consistency and fix yaw range in DummyProduct
- Pre-arm DummyProduct
- Added MAVLinkConnection class
- Added a thrid telemetry host/port setting
2023-03-21 12:21:49 -03:00
Christopher Pereira
e314ce77b9
Update README.md
2023-03-18 23:02:37 -03:00