NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <nodelet/nodelet.h>
#include <pluginlib/class_list_macros.h>
#include <ros/ros.h>
#include <config_reader/config_reader.h>
#include <ff_util/ff_nodelet.h>
#include <sensor_msgs/JointState.h>
#include <ff_hw_msgs/SetEnabled.h>
#include <ff_hw_msgs/CalibrateGripper.h>
#include <ff_hw_msgs/SetJointMaxVelocity.h>
#include <perching_arm/perching_arm.h>
Classes | |
class | perching_arm::PerchingArmNode |
Namespaces | |
perching_arm | |
Functions | |
perching_arm::PLUGINLIB_EXPORT_CLASS (perching_arm::PerchingArmNode, nodelet::Nodelet) | |