Project

General

Profile

Revision 8f2a7f0a

ID8f2a7f0a277d7c17f8c53b355f8e7b6fc5013cd2

Added by Thomas Mullins about 12 years ago

Changed max thrust in nav_lib

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