NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
Namespaces | |
internal | |
sv | |
Classes | |
class | Sequencer |
Enumerations | |
enum | ItemType { ItemType::NONE, ItemType::COMMAND, ItemType::SEGMENT } |
Functions | |
bool | DecompressData (const char *data, const std::size_t length, int const type, std::string *out) |
bool | LoadPlan (ff_msgs::CompressedFile::ConstPtr const &cf, Sequencer *seq) |
std::vector< ff_msgs::ControlState > | Segment2Trajectory (jsonloader::Segment const &segment) |
|
strong |
bool sequencer::DecompressData | ( | const char * | data, |
const std::size_t | length, | ||
int const | type, | ||
std::string * | out | ||
) |
bool sequencer::LoadPlan | ( | ff_msgs::CompressedFile::ConstPtr const & | cf, |
Sequencer * | seq | ||
) |
std::vector< ff_msgs::ControlState > sequencer::Segment2Trajectory | ( | jsonloader::Segment const & | segment | ) |