NASA Astrobee Robot Software  0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
sequencer.h File Reference
#include <ros/console.h>
#include <ros/time.h>
#include <ff_msgs/AgentStateStamped.h>
#include <ff_msgs/ControlState.h>
#include <ff_msgs/CommandStamped.h>
#include <ff_msgs/CompressedFile.h>
#include <ff_msgs/ControlFeedback.h>
#include <ff_msgs/PlanStatusStamped.h>
#include <geometry_msgs/InertiaStamped.h>
#include <jsonloader/command.h>
#include <jsonloader/plan.h>
#include <string>
#include <vector>
Include dependency graph for sequencer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sequencer::Sequencer
 

Namespaces

 sequencer
 

Enumerations

enum  sequencer::ItemType { sequencer::ItemType::NONE, sequencer::ItemType::COMMAND, sequencer::ItemType::SEGMENT }
 

Functions

bool sequencer::LoadPlan (ff_msgs::CompressedFile::ConstPtr const &cf, Sequencer *seq)
 
std::vector< ff_msgs::ControlState > sequencer::Segment2Trajectory (jsonloader::Segment const &segment)