![]() |
NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <ros/ros.h>#include <config_reader/config_reader.h>#include <ff_msgs/Heartbeat.h>#include <ff_msgs/Fault.h>#include <map>#include <string>
Functions | |
| void | HeartbeatCallback (ff_msgs::HeartbeatConstPtr const &Heartbeat) |
| bool | ReadParams () |
| int | main (int argc, char **argv) |
Variables | |
| config_reader::ConfigReader | config_params |
| ros::Publisher | heartbeat_publisher |
| ros::Subscriber | heartbeat_subscriber |
| ros::Timer | reload_params_timer |
| std::map< unsigned int, std::string > | faults |
| void HeartbeatCallback | ( | ff_msgs::HeartbeatConstPtr const & | Heartbeat | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| bool ReadParams | ( | ) |
| config_reader::ConfigReader config_params |
| std::map<unsigned int, std::string> faults |
| ros::Publisher heartbeat_publisher |
| ros::Subscriber heartbeat_subscriber |
| ros::Timer reload_params_timer |