hi
when i modify the world map as given in the sphinx example.
if i change the coordinate to
<latitude_deg>38.878922</latitude_deg>
<longitude_deg>2.367782</longitude_deg>
on takeoff the drone automatically moves forward.
but if i change it back to
<latitude_deg>48.878922</latitude_deg>
<longitude_deg>2.367782</longitude_deg>
it works properly.
is there a setting that i should set when i change my starting position? or is this a bug?
If you change the spherical coordinates, you also need to change the magnetic field. Here are some magnetic field values for your first set of coordinates:
<spherical_coordinates>
<latitude_deg>1.3521</latitude_deg>
<longitude_deg>103.8198</longitude_deg>
</spherical_coordinates>
<magnetic_field>0.0785e-6 41.0053e-6 -9.739e-6</magnetic_field>
hi ocrave
the above is what i tried but the uav still moves forward
could you tell me what’s the magetic field vector format is like ? i tried matching it with the North, east and vertical component but i couldnt figure it out.
I tried the values u gave me you gave me in the magnetic_field it worked but i couldnt derive those values from the magnetic calculator.