Can we send custom PWM commands to motors using MAVSDK?
@HumanHiLiteReel5 жыл бұрын
I really wish someone would come along and write a node-red driver for mavlink to lower the barrier of entry for us non-programming types...
@wendypark38485 жыл бұрын
How can I extend MissionItem's member function? I want to PlugIn more functions in MissionItem class.
@justfly77302 жыл бұрын
How can we activate a servo directly using mavsdk commands?
@nevzattanver88795 жыл бұрын
Hello jonas,i am really appreciated about these libraries,but i really wonder one thing in presentation,you say that we can connect the "jmavsim" interface but what about a real system using pixhawk 1? What should i write inside the connect() instead of connect(host="127.0.0.1") to connect the real drone from my computer? And can i use a python to hover my drone or offboard velocity with .py files? İ am using ubuntu,pixhawk 1 and 3dr telemetry. Thanks for your care.
@AzizKerimzhanov-ho3cb4 жыл бұрын
Hello, did you solve the problem?
@nevzattanver88794 жыл бұрын
@@AzizKerimzhanov-ho3cb yes i solved,i preferred "dronekit" instead of "MavSDK". Aldı in mavsdk if you want to control Real drone,you need to write /dev/ttyUSB0(something like this,you can find this in examples folder in PX4 directory) inside the connect() function(i assumed that you are using telemetry). if you want to ise dronekit,i can help you btw. i can share my codes
@AzizKerimzhanov4 жыл бұрын
@@nevzattanver8879 Could you write your email?
@nevzattanver88794 жыл бұрын
@@AzizKerimzhanov nevzattanver@gmail.com
@malweir4 жыл бұрын
Hey Jonas, How different would the program be if Im to use this on a flight controller running Ardupilot ? Is it possible to run the same commands and format ?
@allyouneedtoknow8638 Жыл бұрын
mavsdk only support px4 autopliot
@pierrea26855 жыл бұрын
Can we develop an Android app or IOS app for controlling a drone by the voice with MAVSDK JAVA or MAVSDK SWIFT?
@JonasVautherin5 жыл бұрын
Sure. MAVSDK won't do the voice recognition for you, but I don't see why you couldn't make an Android/iOS app that listens to voice commands and converts that to whatever you want (here MAVSDK commands) :-).
@Kedriik5 жыл бұрын
How can I know if specific drone uses MAVLink protocol ? Does mavic mini use it ?
@JonasVautherin5 жыл бұрын
None of the DJI drones do, as DJI uses a proprietary protocol. It's not easy to say how you can know. I guess the drone manufacturer would have to advertise it. Yuneec, for instance, manufactures consumer drones that support MAVLink and MAVSDK.
@Kedriik5 жыл бұрын
@@JonasVautherin I really appreciate your response. Thank you. My goal is to play with artificial inteligence and drones. Iam looking for as small drone with camera as possible. What drone should I be after ?
@JonasVautherin5 жыл бұрын
@@Kedriik I would advise you to join the PX4 slack (slack.px4.io/) or forum (discuss.px4.io/) and ask the community there :-).
@thedeadbaby7 ай бұрын
Saw the simulator and knew this video was useless for me. How do you actually connect to a physical device that's flying around in the sky? It's ridiculous to think that udp works in that case.
@higer27975 жыл бұрын
great, i am sick of dronekit
@SairajeshMandaloju Жыл бұрын
how to go with jmavsim like which temminal is used