ctu-mrs / mrs_uav_system

The entry point to the MRS UAV system.
https://ctu-mrs.github.io/
BSD 3-Clause "New" or "Revised" License
414 stars 86 forks source link

component list F450 quadrotor #15

Closed bconvens closed 3 years ago

bconvens commented 3 years ago

Dear MRS team,

Would it be possible to provide the component lists that I would need to order to build and fly the exact same F450 drone as you have?

Is there anything that you custom 3D printed? Would you mind sharing the .STL files for 3D printing?

Thanks! Best, Bryan

DanHert commented 3 years ago

Hello, sorry for the late reply, I did not get any notifications form github...

bconvens commented 3 years ago

Thanks a lot @DanHert for the detailed responses!

Some follow up questions:

Thanks! Bryan

DanHert commented 3 years ago
bconvens commented 3 years ago

Hi @DanHert ,

Which cabling and connectors do you use to power up and transmit signals from the Emlid reach M2 and the Lora radio to other components of the drone F450 drone? Which Emlid specific cabling/connectors do you use (if any) and which cabling/connectors did you buy elsewhere for making your RTK solution work?

Thanks for the help! Best,

DanHert commented 3 years ago

Hello, I tried to power the Emlid directly from pixhawk, but pixhawk does not provide enough power. So our solution is to connect the emlid with USB to the NUC. So no additional cables are needed, just the one to connect lora and then a USB cable to the NUC.

DanHert commented 3 years ago

Btw this also means that the RTK data will not get into pixhawk, only the NUC. So if you want to fly with RTK in feedback, you need to fly autonomously using the onboard computer, pixhawks position hold will still only use the regulart GPS. You can pipe the rtk data into pixhawk too, you just need an aditional cable.

bconvens commented 3 years ago

@DanHert , I want to fly using RTK gps as position feedback using mrs uav system. So if I understood you correctly, I just need 1 usb from emlid reach M2 to NUC and I don't need to pipe RTK data from NUC to pixhawk?

DanHert commented 3 years ago

Yes, that is correct.