#include "ucl_drone/controller.h"
Go to the source code of this file.
Functions | |
static void | basicSigintHandler (int sig) |
Override the default behavior when node is killed (ctrl+C) | |
int | main (int argc, char **argv) |
Variables | |
static bool | urgency_signal = false |
static void basicSigintHandler | ( | int | sig | ) | [static] |
Override the default behavior when node is killed (ctrl+C)
Definition at line 417 of file controller.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 423 of file controller.cpp.
bool urgency_signal = false [static] |
This file is part of ucl_drone 2016. For more information, refer to the corresponding header file.
This file receives information from path_planning and pose_estimation and publishes mainly in cmd_vel to communicate with the drone. It controls the position of the drone.
Definition at line 17 of file controller.cpp.