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

Flying with the RTK Emlid Reach M2 #43

Closed ZakariaLaakel closed 3 years ago

ZakariaLaakel commented 3 years ago

Hello MRS_group,

I had some questions concerning the usage of the RTK gps of Emlid. We have to use the Emlid RTK reach M2 in combination with the LoRa radio from Emlid as well:

Thank you for the answer and kind regards,

Zakaria

DanHert commented 3 years ago

Hello, we were flying with the RTK just today, and the performance was very good.

The GPS module from pixhawk is still pretty much mandatory, for several reasons:

The coordinates you get from the RTK correspond to the position of the antenna, so only the antenna should be in the center of the drone, then a simple Z offset will get you to the center of the drone frame. Other components can be mounted anywhere you want. The Pixhawk GPS can be put right beside the RTK antenna, it does not have to be in the center of the drone. Generally, you want to keep the antennas as far as possible from any other electronics, especially high bandwidth devices like USB3.0 cameras or 3D lidars can jam the GPS signals completely. But the antennas themselves can be mounted right next to each other.

We connect the RTK straight to the computer with a USB cable, and send NMEA messages. mrs_serial package can then read the messages out. If you want to use this method, make sure to do "git pull" in uav_core (you need this commit - https://github.com/ctu-mrs/mrs_uav_odometry/commit/4b9e09ac15c092d29d8e7f7b13ecc87fea4c7d25 ).

Dan H

fmukwege commented 3 years ago

Hello Dan Hert,

I am using the same configuration as above. I was wondering if you guys at MRS used the M2 antenna. In Emlid Documentation (https://docs.emlid.com/reachm2/antenna-placement/) , this one is mentioned several times but in your drones's pictures I don't see it : are your drone able to fly without it ?

Kind regards,

Frank

DanHert commented 3 years ago

Hello, yes we are using the M2 antenna - https://store.emlid.com/product/multi-band-gnss-antenna/

I am attaching a photo of our drone which flew with the RTK. We are using a bit of aluminium foil for additional shielding, as the antenna is right above the computer. If you put the antenna further away, the shielding is prob. not required.

IMG_20210226_104522

Cheers, Dan H.

fmukwege commented 3 years ago

Thank you Dan Hert,

I see things clearer right now.

I am currently following the documentation of Emlid to bind the Reach M2 to the Reach RS2, but I would like to know : what is your routine before a flight ? Especially in order to ensure that everything is okay for these 2 components. I have read this (https://ctu-mrs.github.io/docs/hardware/tersus_RTK_GNSS.html) but is there anything else I should be aware of for the first flight with your drone configuration ?

Have a nice week,

Kind regards,

Frank

DanHert commented 3 years ago

The Tersus RTK section on the wiki is outdated, we should probably remove it. When flying with the RTK, we just set up the basestation, let it average the position for a few minutes and thats it. Once the RTK reports L1_INT on the drone, the RTK fix is achieved.

Dan H.

WingRS commented 3 years ago

Thanks to all, I think the issue is resolved, I am closing it :)