1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-25 23:51:35 +00:00

Fixed logging errors

This commit is contained in:
bpmcgeeney
2021-10-18 15:22:40 -07:00
parent c3f3c34c5b
commit cebccecf2b
2 changed files with 33 additions and 33 deletions

View File

@@ -28,9 +28,8 @@ int main() {
State.vz = 0; // [m/s]
// Initial YPR
State.yaw = 75 * M_PI / 180; // [rad]
State.pitch = 30 * M_PI / 180; // [rad]
State.yaw = 10 * M_PI / 180; // [rad]
State.pitch = 5 * M_PI / 180; // [rad]
State.roll = 0 * M_PI / 180; // [rad]
// Initial YPRdot