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:
@@ -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