-
We are trying to set the home location using the onboardsdk3.9 together with an A3 (with the latest fw) but it doesn't work at all.
We do it like this:
```
FlightController::HomeLocation hl;
hl.…
-
Hello,
I am working with a DJI Mavic 2 Zoom and programming it the with mission controller Timeline to run a waypoint mission as well as execute a certain trigger based on some waypoints. I hope to…
-
Greetings,
I am unable to get the camera stream from Zenmuse X7 mounted in the Matrice 210 RTK. When I try to start the camera stream it responds with error but it doesn't give me any information.
…
-
dear developer:
I recently developed M300 with RTK, I open rtk on the RC, but it shows it was disconnected when I connect my Manifold 2-C to M300. I am sure I purchased the service, I `rostopic …
-
When RTK is Open, and trying to
[[DJISDKManager missionControl].waypointV2MissionOperator startMissionWithCompletion:^(NSError * _Nullable error) {}]
It always tell that "The aircraft home point …
-
是否有相关教程以及示例,目前通过如下方法设置 RTK:
```
Aircraft aircraft = (Aircraft) DJISDKManager.getInstance().getProduct();
if (aircraft != null) {
FlightController flightController = aircraft.ge…
-
use_frameworks!
pod 'DJI-SDK-iOS','~> 4.13.1'
pod 'DJI-UXSDK-iOS', '~> 4.13'
pod 'DJIWidget', '~> 1.6.3'
然后等无人机连接后,发现self.aircraft.batteries一直是null,无法通过这个来监听电池的状态,例如电池温度,但看UXSDK的UI又是可以正常获得电池的百分比…
-
Hello everyone,
I don't know if you encounter the same issue as I do. When I open my dji_vehicle_node and subscribe "dji_osdk_ros/height_above_takeoff" in simulation, everything works fine. However…
-
In OSDK 4.0.1 and OSDK-ROS 4.0.1 I often get the following error when attempting to control the gimbal with the /gimbal_task_control rosservice. The error is printed and the gimbal does not move no ma…
ghost updated
3 years ago
-
Hi Support,
whenever I'm developing the vehicle_node (new interface) looses randomly connection to the device.
Sometimes it takes a couple of minutes, sometimes 20/30m, and sometimes is able to be…