NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <memory>
#include <string>
#include <unordered_map>
Go to the source code of this file.
Classes | |
struct | ff_msgs::CommandStamped_< Allocator > |
struct | sequencer::internal::CommandInfo |
Namespaces | |
jsonloader | |
ff_msgs | |
sequencer | |
sequencer::internal | |
Typedefs | |
typedef CommandStamped_< std::allocator< void > > | ff_msgs::CommandStamped |
using | sequencer::internal::GenerateFn = bool(*)(const jsonloader::Command *plan_cmd, ff_msgs::CommandStamped *dds_cmd) |
Variables | |
const std::unordered_map< std::string, CommandInfo > | sequencer::internal::kCmdGenMap |