Open Ultramarine1939-syujie opened 1 year ago
Hi @Ultramarine1939-syujie.
Sorry for the late reply, and thank you for your interest in the project! If I remember correctly, sending MAVROS setpoint_raw local
commands in Python was an issue when I first wrote this code. (SetRawCmdBuilder
creates commands for setpoint_raw local
). Therefore, I only use SetPositionWithYawCmdBuilder
for now.
If SetPositionWithYawCmdBuilder
can fulfill your needs, I suggest using it. Otherwise, unfortunately, I do not have another solution right now.
when I want to change message and let thr drone go where I ordered, one error occured:
and here's the program I've written: