mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2026-06-03 21:10:31 +00:00
Fixed logging errors
This commit is contained in:
+2
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user