Project

General

Profile

Statistics
| Branch: | Revision:

root / mikrokopter / src / mk_wrapper.cpp @ 08b4f0df

History | View | Annotate | Download (1.76 KB)

# Date Author Comment
08b4f0df 04/08/2012 07:14 PM Thomas Mullins

Changed max thrust in nav_lib and set thrust to 0 in mk_wrapper

Tested joystick_control with the quadrotor, and it works! And it now has
enough thrust to get it off the ground.

bc5901d3 02/19/2012 08:48 PM Thomas Mullins

Fixed params not loading correctly

7a6ed02d 02/17/2012 07:06 PM Thomas Mullins

Major changes in mikrokopter for lost connection

-In nav_lib.cpp, added main_loop, so we don't have to keep rewriting it
:). Also, this now publishes to /mk_wrapper/control, which should be
used from now on. However, old publish_on still works as it did....