osurdml / issues

0 stars 0 forks source link

Simplify offboard control by directing absolute altitude #8

Closed kylc closed 10 years ago

kylc commented 10 years ago

Offboard control is currently in the OFFBOARD_CONTROL_MODE_DIRECT_VELOCITY mode. However, it would be much simpler to control altitude by position as all navigation is being done in a 2D plane.

Modify the PX4 position controller to accept velocity inputs for x, y, and yaw, but position for z.

kylc commented 10 years ago

Fixed in osurdml/Firmware@34d048e542baaff99a953c0a1ebf5d1f8c8c20b7.