Search found 27 matches
- Sun Apr 15, 2018 5:54 am
- Forum: FAQ
- Topic: How to convert xyz to GPS coordinate
- Replies: 6
- Views: 8573
Re: How to convert xyz to GPS coordinate
I see thank you for the information. It is very interesting topic.
- Fri Apr 13, 2018 12:07 am
- Forum: FAQ
- Topic: How to convert xyz to GPS coordinate
- Replies: 6
- Views: 8573
Re: How to convert xyz to GPS coordinate
Thank you.
Lat= Lat_ref + y*9.013373
Long= Long_ref + x*8.98315*cos(Lat_ref/1000000)
Could you know why lat is more simple than long?
I am little confuse. I saw ardupilot discussion and it was very complex but it in here it looks very simple.
Lat= Lat_ref + y*9.013373
Long= Long_ref + x*8.98315*cos(Lat_ref/1000000)
Could you know why lat is more simple than long?
I am little confuse. I saw ardupilot discussion and it was very complex but it in here it looks very simple.
- Wed Apr 11, 2018 1:19 am
- Forum: FAQ
- Topic: How to convert xyz to GPS coordinate
- Replies: 6
- Views: 8573
Re: How to convert xyz to GPS coordinate
Dear smoker I know your GUI interfaces. I just want to do fake geotagging using the modem. Since modem can give the beacon's x,y,z(which is the vitual place) I need to insert the GPS Longtitude, Latitude Altitude. Altitude=z What is Latitude= Longtitude= I saw some of formular in ardupilot forum. I ...
- Wed Apr 04, 2018 7:38 pm
- Forum: FAQ
- Topic: How to convert xyz to GPS coordinate
- Replies: 6
- Views: 8573
How to convert xyz to GPS coordinate
I already know how to get the GPS coordinate from mobile beacon. Dashboard is working well. However I have to use the beacons x,y,z coordinate. I want to convert this value to GPS coordinate. My question is that what is the formular that you guys to convert beacon's x,y,z coordinate to NMEA GPS coor...
- Sun Feb 11, 2018 1:54 am
- Forum: FAQ
- Topic: pixhwak firmware version(in the manual)
- Replies: 1
- Views: 3295
pixhwak firmware version(in the manual)
Is this still hendriks way? Did you guys change anything about the firmware?
I try to install it but mission planner said that same firmware version so it refuse the update.
I try to install it but mission planner said that same firmware version so it refuse the update.
- Sun May 21, 2017 3:52 am
- Forum: FAQ
- Topic: Firmware and Params for autonomous flight (Link to firmware added)
- Replies: 34
- Views: 41306
Re: Firmware and Params for autonomous flight (Link to firmware added)
Land mission worked for me. Loitering also worked.
Rtl seems dangerous both .
I have big accident middle of rtl. I need to make another UAV again.
Thanks. After test normal mission I will contact you. Next week is my final exam.
Rtl seems dangerous both .
I have big accident middle of rtl. I need to make another UAV again.
Thanks. After test normal mission I will contact you. Next week is my final exam.
- Sun May 21, 2017 12:43 am
- Forum: FAQ
- Topic: Firmware and Params for autonomous flight (Link to firmware added)
- Replies: 34
- Views: 41306
Re: Firmware and Params for autonomous flight (Link to firmware added)
EK3_ALT_SOURCE: Primary altitude sensor source I use: EK3_ALT_SOURCE = 2 EK3_GPS_TYPE: GPS mode control Note: This parameter is for advanced users This controls use of GPS measurements : 0 = use 3D velocity & 2D position, 1 = use 2D velocity and 2D position, 2 = use 2D position, 3 = Inhibit GPS use...
- Fri May 19, 2017 11:18 pm
- Forum: FAQ
- Topic: Firmware and Params for autonomous flight (Link to firmware added)
- Replies: 34
- Views: 41306
Re: Firmware and Params for autonomous flight (Link to firmware added)
Dear hendrik
I read your parameter and did you use the laser sensor for altitude?
Your rng value is true and you are using the 2d positioning in EKF3 is it right?
Thank you.
I read your parameter and did you use the laser sensor for altitude?
Your rng value is true and you are using the 2d positioning in EKF3 is it right?
Thank you.
- Mon May 15, 2017 7:16 pm
- Forum: FAQ
- Topic: Firmware and Params for autonomous flight (Link to firmware added)
- Replies: 34
- Views: 41306
Re: Firmware and Params for autonomous flight (Link to firmware added)
Hello hendrik. I am try to applying your firmware. There are some problems. First I yaw value is continuously moving. Prearm check yaw value feels strict. Second GPS North direction is moving. I don't know why maybe it is beacon's problem. I think second is temporary phenoman but first this is reall...
- Sun May 14, 2017 4:55 pm
- Forum: FAQ
- Topic: Firmware and Params for autonomous flight (Link to firmware added)
- Replies: 34
- Views: 41306
Re: Firmware and Params for autonomous flight (Link to firmware added)
Thank you for firmware. You save my graduation!!