![]() |
NASA Astrobee Robot Software
Astrobee Version:
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <ros/ros.h>
#include <nodelet/nodelet.h>
#include <pluginlib/class_list_macros.h>
#include <ff_util/ff_nodelet.h>
#include <ff_util/ff_flight.h>
#include <ff_common/ff_names.h>
#include <ff_util/config_server.h>
#include <ff_util/config_client.h>
#include <msg_conversions/msg_conversions.h>
#include <choreographer/planner.h>
#include <planner_trapezoidal/planner_trapezoidal.h>
#include <vector>
#include <algorithm>
#include <cmath>
Classes | |
class | planner_trapezoidal::PlannerTrapezoidalNodelet |
Namespaces | |
planner_trapezoidal | |
Typedefs | |
using | planner_trapezoidal::RESPONSE = ff_msgs::PlanResult |
Functions | |
planner_trapezoidal::PLUGINLIB_EXPORT_CLASS (planner_trapezoidal::PlannerTrapezoidalNodelet, nodelet::Nodelet) | |