verslag stuff

This commit is contained in:
Sem van der Hoeven
2023-05-26 14:48:44 +02:00
parent bab1c0c3bc
commit 8621d17c8e
3 changed files with 6 additions and 28 deletions

View File

@@ -288,7 +288,7 @@ private:
// set message to enable attitude
auto msg = px4_msgs::msg::VehicleAttitudeSetpoint();
// move up?
// move up
msg.thrust_body[0] = 0; // north
msg.thrust_body[1] = 0; // east
msg.thrust_body[2] = -last_thrust;