shb777 Active Member Licensed User Longtime User Sep 16, 2017 #1 these two methods are on the same page of the documentation of the DJIFlightController class https://developer.dji.com/iframe/mo...sdk/flightcontroller/DJIFlightController.html here's the link https://developer.dji.com/iframe/mo...sdk/flightcontroller/DJIFlightController.html B4X: DJICompass getCompass() Compass object. DJIIntelligentFlightAssistant getIntelligentFlightAssistant() IntelligentFlightAssistant object. this works B4X: Dim compass As JavaObject compass = FlightControllerInstance.RunMethod("getCompass", Null) this fails says not found in flightcontroller.d B4X: Dim IntelligentFlightAssistant As JavaObject IntelligentFlightAssistant = FlightControllerInstance.RunMethod("getIntelligentFlightAssistant",Null) the compass works but IntelligentFlightAssistant fails ie. not found in flightcontroller.d Last edited: Sep 19, 2017
these two methods are on the same page of the documentation of the DJIFlightController class https://developer.dji.com/iframe/mo...sdk/flightcontroller/DJIFlightController.html here's the link https://developer.dji.com/iframe/mo...sdk/flightcontroller/DJIFlightController.html B4X: DJICompass getCompass() Compass object. DJIIntelligentFlightAssistant getIntelligentFlightAssistant() IntelligentFlightAssistant object. this works B4X: Dim compass As JavaObject compass = FlightControllerInstance.RunMethod("getCompass", Null) this fails says not found in flightcontroller.d B4X: Dim IntelligentFlightAssistant As JavaObject IntelligentFlightAssistant = FlightControllerInstance.RunMethod("getIntelligentFlightAssistant",Null) the compass works but IntelligentFlightAssistant fails ie. not found in flightcontroller.d
Erel B4X founder Staff member Licensed User Longtime User Sep 17, 2017 #2 Please use [code]code here...[/code] tags when posting code. Upvote 0
shb777 Active Member Licensed User Longtime User Sep 19, 2017 #3 my links are being abbreviated so that if you copy them and paste them into a browser, they don't work https://developer.dji.com/iframe/mo...sdk/flightcontroller/DJIFlightController.html Upvote 0
my links are being abbreviated so that if you copy them and paste them into a browser, they don't work https://developer.dji.com/iframe/mo...sdk/flightcontroller/DJIFlightController.html
Erel B4X founder Staff member Licensed User Longtime User Sep 19, 2017 #4 No need to copy them. You can click on them directly. You are looking in the old SDK documentation. The correct one is here: http://developer.dji.com/api-refere...nts/FlightController/DJIFlightController.html Upvote 0
No need to copy them. You can click on them directly. You are looking in the old SDK documentation. The correct one is here: http://developer.dji.com/api-refere...nts/FlightController/DJIFlightController.html
shb777 Active Member Licensed User Longtime User Sep 20, 2017 #5 Erel said: No need to copy them. You can click on them directly. You are looking in the old SDK documentation. The correct one is here: http://developer.dji.com/api-refere...nts/FlightController/DJIFlightController.html Click to expand... ok thanks. why don't they get rid of it if it's obsolete. so anything that says iframe i shouldn't use I just posted in the dji developer forum, using the obsolete link. I wonder if they will mention it's obsolete Last edited: Sep 20, 2017 Upvote 0
Erel said: No need to copy them. You can click on them directly. You are looking in the old SDK documentation. The correct one is here: http://developer.dji.com/api-refere...nts/FlightController/DJIFlightController.html Click to expand... ok thanks. why don't they get rid of it if it's obsolete. so anything that says iframe i shouldn't use I just posted in the dji developer forum, using the obsolete link. I wonder if they will mention it's obsolete