Skip to content

Commit

Permalink
fixed 3 instead of a 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AN-DanielCook committed Mar 21, 2023
1 parent 333370a commit 6988e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/SITL/SIM_AdNav.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ void AdNav::send_raw_gnss_pkt(){
raw_gnss.flags.b.fix_type = 7; // rtk fixed
raw_gnss.position_standard_deviation[0] = 0.8;
raw_gnss.position_standard_deviation[1] = 0.8;
raw_gnss.position_standard_deviation[3] = 1.2;
raw_gnss.position_standard_deviation[2] = 1.2;

send_packet(encode_raw_gnss_packet(&raw_gnss));
}
Expand Down

0 comments on commit 6988e35

Please sign in to comment.