-
Notifications
You must be signed in to change notification settings - Fork 17.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
autotest: add test that tracker can use moving baseline yaw
- Loading branch information
1 parent
f809737
commit e4fc55f
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# SITL GPS-for-yaw using two simulated UBlox GPSs | ||
EK3_SRC1_YAW 2 | ||
GPS_AUTO_CONFIG 0 | ||
GPS_TYPE 17 | ||
GPS_TYPE2 18 | ||
GPS_POS1_Y -0.2 | ||
GPS_POS2_Y 0.2 | ||
SIM_GPS_POS_Y -0.2 | ||
SIM_GPS2_POS_Y 0.2 | ||
SIM_GPS2_DISABLE 0 | ||
SIM_GPS2_HDG 1 |