-
Discussion for http://godotrecipes.com/3d/camera_gimbal/
-
So I have this code:
```
Task tskGimbalGet = DJISDKManager.Instance.ComponentManager.GetGimbalHandler(0, 0).GetGimbalAttitudeRangeAsync();
await tskGimbalGet;
S…
-
Hi @laxnpander .
The Readme has the following statement:
"_The pipeline is designed for multirotor systems with downlooking 2-axis gimbal stabilized camera and alignment of the magnetic heading o…
-
In OSDK and OSDK-ROS versions below 4.x we used to control the gimbal using the gimbalAngleCtrlCallback callback which relies on setAngle in dji_gimbal.hpp. dji_gimbal.hpp is now deprecated and it is …
ghost updated
2 years ago
-
[2480219.130]ERRORLOG/1 @ rotateGimbal, L1956: Rotation gimbal fail. Error code : 0xC00000000FF
[2480219.130]ERRORLOG/1 @ printErrorCodeMsg, L938: >>>>Error module : Gimbal
[2480219.130]ERRORLOG/1…
3noch updated
3 years ago
-
I am performing the same procedure on both the DJI Mavic 2 Pro and the Mavic Mini, but I am unable to achieve consistent positional accuracy of the object. I have calculated the K matrix with the help…
-
Dear all,
I am doing reinforcement learning work with multirotor. To get a stable image as input of the network, I set the gimbal and stable the Pitch and Roll of the camera. But I find that the gi…
-
Hey,
I am trying the control my gimbal (Siyi A8 mini) with ArduPilot firmware using set_pitch_rate_and_yaw_rate, however I am not able to achieve that. I have gone through the previous issue regardin…
-
I saw several videos on how to calibrate the gimbal for the spark and mavic air but I haven't seen any videos on how to calibrate he mavic 2 pro after changing the yaw arm. Is this even possible to do…
-
Hello, I have found a possible cause of this issue of the mission module failing in ArduPilot.
Using Wireshark, I analyzed the network traffic between my ArduPilot SITL (running inside a WSL2 Docker…