-
Notifications
You must be signed in to change notification settings - Fork 631
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
Cannot read RC signal strength with OES #113
Comments
@newtoniant Could you tell us your use case of how you plan to use the signal strength? |
I want to monitor the signal in preparation for signal loss. If signal is getting low, store waypoint data to follow backwards when signal lost. |
@amenonDJI |
@newtoniant The only way to control the aircraft without RC signal is using Virtual RC. You could register the GPS value during Take Off and write a controller to get the aircraft back to homepoint. Just a fair warning about Virtual RC, this feature is deprecated on the A3/N3 Flight controllers and will not be available on any aircraft other than the M100. In the future, you will be able control the aircraft, run missions from the OSDK using our A3/N3 flight controllers. Hope this helps. |
@amenonDJI Just the M100 needs VirtualRC as a workaround to maintain control? |
@newtoniant The Virtual RC feature has been deprecated, instead, full control of all the features from the OES will be available in future versions of the A3/N3 flight controller series. From OSDK documentation: "Virtual RC has been deprecated and is unavailable for A3 FW > 1.6.0.0 and for N3." |
* commit '5288dd0d621ed7ecf36e2376635b05405817aa40': feat:delete the old camera-gimbal sample fix:simpify the camera manager sample case fix: Added Install directory cmd for supporting ROS develop fix:improve HMS sample feat:add HMS function and sample fix:update libDJIProtobuf with -fPIC feature
There doesn't seem to be a way to read the signal strength from the remote control with the onboard sdk.
The text was updated successfully, but these errors were encountered: