#include <ros/ros.h>
#include <geometry_msgs/Twist.h>
#include <std_msgs/Float64.h>
#include <unistd.h>
#include <termios.h>
#include <cstdio>
Go to the source code of this file.
Namespaces | |
namespace | offsetter |
Enumerations | |
enum | offsetter::ShiftMode { offsetter::ROTATION = 0, offsetter::TRANSLATION = 1, offsetter::BASELINE = 2 } |
Functions | |
int | main (int argc, char **argv) |
void | offsetter::printPrompt (enum ShiftMode mode) |
void | offsetter::printUsage () |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 88 of file keyboard_interface.cpp.