#include <ros/ros.h>
#include <string.h>
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <Ivy/ivy.h>
#include <Ivy/ivyloop.h>
#include "quad_can_driver/Thrust.h"
#include <Ivy/timer.h>
Go to the source code of this file.
Functions | |
void | FPCallback (IvyClientPtr app, void *data, int argc, char **argv) |
int | main (int argc, char **argv) |
void | ROSCallback (TimerId id, void *user_data, unsigned long delta) |
Variables | |
ros::Publisher | fp_message |
quad_can_driver::Thrust | thrust_msg |
void FPCallback | ( | IvyClientPtr | app, |
void * | data, | ||
int | argc, | ||
char ** | argv | ||
) |
void ROSCallback | ( | TimerId | id, |
void * | user_data, | ||
unsigned long | delta | ||
) |