#include <errno.h>
#include <stdio.h>
#include <stdint.h>
#include <math.h>
#include <art/conversions.h>
#include <art_msgs/ArtVehicle.h>
#include <art_msgs/SteeringDiagnostics.h>
#include "../servo.h"
Go to the source code of this file.
Classes | |
class | devsteer |
Defines | |
#define | DBG(format, args...) ROS_DEBUG(format, ## args) |
#define | DEVICE "Quicksilver" |
#define | TICKS_PER_DEGREE ((double) -9841.65332031) |
Functions | |
static float | limit_travel (float position) |
Definition at line 68 of file devsteer.h.
#define DEVICE "Quicksilver" |
Definition at line 54 of file devsteer.h.
#define TICKS_PER_DEGREE ((double) -9841.65332031) |
Definition at line 66 of file devsteer.h.
static float limit_travel | ( | float | position | ) | [inline, static] |
Definition at line 132 of file devsteer.h.