-
This happens on iOS but I assume it also happen on Android too so I figure I put it here in order to get exposure and help. Please see the description here: https://github.com/dji-sdk/Mobile-SDK-iOS/i…
-
Trying the following command will emit an approx. 4s tone (which the buzzer struggles to do) and in turn crash and reset the printer:
`M300 P10000 S7000`
I suspect that there could either be an in…
-
Hi I am here to ask a question. Is there a way to remake this midi to m300 converter so that instead of M300 PXXX S0 it places a G4 PXXX command instead? The M300 PXXX S0 creates a tone on my printer …
-
M300 can already send beeps to 12864 buzzers or PanelDue if connected, but configuring a custom external piezo buzzer isn't possible yet. I believe we had this idea ages ago as well.
Maybe M300 cou…
-
### Current behavior
Consider below example, GreenCanvas inside the RedCanvas, and I set css style "clip-path" on GreenCanvas : GreenCanvas.SetCssStyle("clip-path", "path('M300,0 500,50 300,100z')"…
-
I am having issues with starting psdk_wrapper sometimes failing. I start with:
```
ros2 launch psdk_wrapper wrapper.launch.py link_config_file_path:=/home/lrs/lrs2_ws/src/lrs_m300/cfg/link_config.j…
-
我下载这个demo,sdk升级到了4.16,然后任务模式设置也改成了M300支持的模式,如下
mActiveTrackMission = new ActiveTrackMission(rectF, ActiveTrackMode.SPOTLIGHT);
mActiveTrackMission.setSpotlightMode(SpotlightMode.ZOOM_GIMBAL_FREE);
…
-
It seems that Payload SDK has replaced OSDK. We want to try out the Payload SDK without any new payload to see if it can replace the old OSDK for our M300 RTK. But I cannot register an app for paylo…
-
Hi there,
I have a question. I have a HITL setup of DJI M300, and I am saving data by recording these topics using rosbag: dji_osdk_ros/attitude, dji_osdk_ros/imu, dji_osdk_ros/local_position and d…
-
Is it possible to play a sound via GCode? The purpose of the application would be, for example, a beep when the hotend temperature is reached or something similar.