Project

General

Profile

Statistics
| Branch: | Revision:

root / mikrokopter / src @ 7bc485ed

Latest revisions

# Date Author Comment
7bc485ed 04/16/2012 12:07 PM Thomas Mullins

Added /altitude_node/enable topic to disable PID

Also, added node_control.cpp and Velocity2D.msg, which should have been
commited before but apparently weren't.

737bd480 04/15/2012 07:17 PM Thomas Mullins

Added altitude_node and node_control

node_control listens to /mikrokopter/thrust, yaw, and velocity, and
publishes control messages using nav_lib. altitude_node publishes to
/mikrokopter/thrust using PID_control on barometer values.

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.

84a809d3 03/04/2012 07:59 PM Nicolas

Modified nav_lib to cap input for set_velocity and set_yaw between -1 and 1. Also modified CoordToPID to pass timestamp to PID.

393f899e 03/04/2012 06:17 PM Nicolas

Created file CoordToPID. It takes the simulates coordinates from Tom's simulator and plugs them into Priya's pid to come up with mikrokopter controls.

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....

06a5548b 02/15/2012 07:15 PM Thomas Mullins

Wrote mikrokopter/turn_to_target

It subscribes to /v2v3_converter/target_3d, and publishes yaw
proportional to the angle of the target in the horizontal plane. It may
use the wrong axes and/or turn the wrong way.

fd29b28e 01/27/2012 06:21 PM Priya

Tested velocity control and added yaw and throttle control to joystick.

5d4b79f4 01/22/2012 11:21 PM Thomas Mullins

Added joystick_control node, with a skeleton of a JoystickControl class,
modeled after the keyboard_control node. Eventually it will take
messages from joy_node and call velocity_control in MikrokopterControl.
At the moment, it compiles but does nothing.

View revisions

Also available in: Atom