![]() |
NASA Astrobee Robot Software
Astrobee Version:
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <ros/ros.h>
#include <ff_common/ff_names.h>
#include <ff_hw_msgs/PmcCommand.h>
#include <math.h>
#include <cerrno>
#include <cstring>
Classes | |
class | CmdGenerator |
Macros | |
#define | ROS_NODE_NAME "pmc_actuator_cmd_test" |
Functions | |
void | PrintUsage (void) |
int | main (int argc, char **argv) |
Variables | |
int | num_pmcs_ = 2 |
int | nozzle_id_ = -1 |
std::string | topic_command_ = TOPIC_HARDWARE_PMC_COMMAND |
double | control_rate_hz_ = 62.5 |
uint8_t | nozzle_min_cmd_ = 25 |
uint8_t | nozzle_max_cmd_ = 90 |
uint8_t | blower_max_cmd_ = 249 |
ros::Publisher | cmd_pub_ |
#define ROS_NODE_NAME "pmc_actuator_cmd_test" |
int main | ( | int | argc, |
char ** | argv | ||
) |
void PrintUsage | ( | void | ) |
uint8_t blower_max_cmd_ = 249 |
ros::Publisher cmd_pub_ |
double control_rate_hz_ = 62.5 |
int nozzle_id_ = -1 |
uint8_t nozzle_max_cmd_ = 90 |
uint8_t nozzle_min_cmd_ = 25 |
int num_pmcs_ = 2 |
std::string topic_command_ = TOPIC_HARDWARE_PMC_COMMAND |