Project

General

Profile

Revision 08b4f0df

ID08b4f0dffc8b0346d7acad08ca7e6d69ae5d5bf5

Added by Thomas Mullins about 12 years ago

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.

View differences:

mikrokopter/src/mk_wrapper.cpp
37 37
    control_dead.pitch = 0;
38 38
    control_dead.roll = 0;
39 39
    control_dead.yaw = 0;
40
    control_dead.thrust = 60;
40
    control_dead.thrust = 0;
41 41
    
42 42
    ros::Rate loop_rate(20);
43 43
    while (ros::ok())

Also available in: Unified diff