#include "ros/ros.h"
#include <ros/package.h>
#include "raspicat_ros/ButtonValues.h"
#include <fstream>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
bool | readButton (const char *name) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 15 of file buttons.cpp.
bool readButton | ( | const char * | name | ) |
Definition at line 7 of file buttons.cpp.