![]() |
NASA Astrobee Robot Software
Astrobee Version:
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <ros/ros.h>
#include <ff_msgs/FamCommand.h>
#include <i2c/i2c_new.h>
#include <boost/tokenizer.hpp>
#include <unistd.h>
#include <algorithm>
#include <cerrno>
#include <cstring>
#include <fstream>
#include <iostream>
#include <string>
#include <vector>
Classes | |
struct | _Data |
Macros | |
#define | ROS_NODE_NAME "fam_cmd_gen" |
Typedefs | |
typedef struct _Data | Data |
Functions | |
void | Exit (int status) |
void | PrintUsage (void) |
std::vector< Data > | LoadData (const char *filename, float starttime) |
int | main (int argc, char **argv) |
#define ROS_NODE_NAME "fam_cmd_gen" |
void Exit | ( | int | status | ) |
std::vector<Data> LoadData | ( | const char * | filename, |
float | starttime | ||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
FIXME: This version assume 62.5 Hz fixed rate.
void PrintUsage | ( | void | ) |