-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#406 Added initial yaw for the kalman estimator
The initial yaw can be set through the kalman.initialYaw parameter. The initial yaw is used to initialize the estimator when the Crzyflie is not oriented in the positive X direction. Initial Yaw is set in radians where: 0: facing positive X (default) PI / 2: facing positive Y PI: facing negative X 3 * PI / 2: facing negative Y Note: initial yaw takes effect after the kalman filter is reset.
- Loading branch information
1 parent
00e0fcf
commit fd18d16
Showing
1 changed file
with
29 additions
and
14 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