Hey all, Im an engineer that want to get ‘hands on’ practice in drone programming. I have 2 goals:
I read the beginning guide and i want to get some advice from you. THX!
Hello @evm and welcome to the community,
You may go and check the documentation for PX4 so that how you can run your quad ;
https://docs.px4.io/master/en/index.html
Besides, based on how you wanna be developing (Either Firmware or your own programs) You can use MAVLINK or MAVROS. Both Python and C++ are gonna be ok for your implementation purposes but C++ for core software development.
Also you may take a look at here: