CloboticsOperators
- Total activity 112
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 2
- Subscriptions 38
Posts
Recent activity by CloboticsOperators-
PSDK video streaming application freezing if we started it too early with respect to the Raspberry Pi's boot time
使用树莓派 4和5都会遇到,Ubuntu是22.04和24.04, 如果早于180s左右启动,图像传输会出现1s左右,之后就没有了,只有180s之后启动才能稳定传输。 这个人也遇到了, https://github.com/uzgit/Payload-SDK We had some trouble with the desktop streaming application free...
-
PSDK 3.9 在M300上订阅到的所有数据(姿态 位置 DeviceStatus)都是0
Completed在M300上都是0, 但是M350上就有数值 使用函数如下: djiStat = DjiFcSubscription_GetLatestValueOfTopic(DJI_FC_SUBSCRIPTION_TOPIC_CONTROL_DEVICE, (uint8_t *) &controlDevi...
-
PSDK uart write data error while flying
Completedsimilar to https://sdk-forum.dji.net/hc/zh-cn/community/posts/9755910281881-PSDK-USB%E9%80%9A%E8%AE%AF%E6%96%AD%E5%BC%80 While flying, those error pop up, then we can not send data to RC: Dbg...
-
M350的fpv视角黑屏
Completed你好,这种情况只是会偶然出现,我们是通过 SDKManager.getInstance().registerApp() 来进行注册,出现fpv黑屏时,日志里会出现某个错误(如图所示) 大多数情况下是不会出现untrusted_app这个错误的,感觉像是sdk在注册成功之前就去初始化了fpv,所以会失败。我们使用的sdk版本是5.7.0,特此请教
-
Unable to take off
Completed用的msdk版本是5.4.0,代码里也调用了: UASRemoteIDManager.getInstance().setUASRemoteIDAreaStrategy(AreaStrategy.US_STRATEGY); UASRemoteIDManager.getInstance().addUASRemoteIDStatusListener(uasRemoteIDStatusListene...
-
PSDK 3.7相比3.6 在M300的OSDK口上运行,成功率明显变低,初始化时间变长
Completed分别运行20次,使用PSDK V3.6,平均时间如下,平均17s,且没有失败 start_time_list: [16.009342908859253, 17.01322603225708, 17.01211380958557, 17.011859893798828, 18.012927055358887, 17.011543035507202, 17.013624906539917, 17...
-
请问M300使用最新的PSDK send msg to queue error 是什么原因?
Completed[436.407][linker]-[Error]-[DjiLinker_RecvTask:259) send msg to queue error [436.407][utils]-[Error]-[DjiMsgq_Send:230) semaphore wait timeout [436.407][linker]-[Error]-[DjiLinker_RecvTask:259) send...
-
PSDK 3.5 + M350 运行sample中的 UserCameraMedia_SendVideoTask, 遥控器上接收不到视频流
Completed同样的情况 M300 + PSDK3.5 是可以的,虽然也有报错Set bandwidth proportion for high speed channel error, stat:0x00000103. M300 log如下: ~ sudo /home/up2/Desktop/Payload-SDK/build/bin/dji_sdk_demo_linux_cxx[0.0...
-
PSDK V3.4 在 M300 OSDK模式下重启容易失败
使用配置如下:PSDK V3.4 , M300, 通过串口和ACM连接,等效于以前的OSDK log如下,在不重启板载电脑的情况下,重启PSDK程序,3次中就会有一次 Try identify UART0,并最终 Core init error. 225。 请问是什么问题导致的? 能够自定义 Try identify UART0超时时间? 以前的OSDK就十分稳定,随便重启OSD...
-
请问最新的PSDK中还有killSwitch的接口吗
Completed类似于 OSDK4.2中的 vehicle->flightController->killSwitch(DJI::OSDK::FlightActions::KillSwitch::ENABLE,timeOut, msg);