![]() |
NASA Astrobee Robot Software
Astrobee Version:
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <flashlight_nodelet.h>
Public Member Functions | |
FlashlightNodelet () | |
~FlashlightNodelet () | |
bool | OnService (ff_hw_msgs::SetFlashlight::Request &req, ff_hw_msgs::SetFlashlight::Response &resp) |
![]() | |
FreeFlyerNodelet (bool autostart_hb_timer=true) | |
FreeFlyerNodelet (std::string const &name, bool autostart_hb_timer=true) | |
virtual | ~FreeFlyerNodelet () |
void | AssertFault (FaultKeys enum_key, std::string const &message, ros::Time time_fault_occurred=ros::Time::now()) |
void | ClearAllFaults () |
void | ClearFault (FaultKeys enum_key) |
void | PrintFaults () |
ros::NodeHandle * | GetPlatformHandle (bool multithreaded=false) |
ros::NodeHandle * | GetPrivateHandle (bool multithreaded=false) |
std::string | GetName () |
std::string | GetPlatform () |
std::string | GetTransform (std::string const &child) |
Protected Member Functions | |
virtual void | Initialize (::ros::NodeHandle *nh) |
![]() | |
virtual void | Initialize (ros::NodeHandle *nh) |
virtual void | Reset () |
virtual void | Sleep () |
virtual void | Wakeup () |
void | StopHeartbeat () |
void | SendDiagnostics (const std::vector< diagnostic_msgs::KeyValue > &keyval) |
void | Setup (ros::NodeHandle &nh, ros::NodeHandle &nh_mt, std::string plugin_name) |
Additional Inherited Members | |
![]() | |
enum | ResolveType : uint8_t { NAMESPACE = 0, TRANSFORM = 1, RESOURCE = 1 } |
![]() | |
std::map< std::string, int > | faults_ |
flashlight::ros::FlashlightNodelet::FlashlightNodelet | ( | ) |
flashlight::ros::FlashlightNodelet::~FlashlightNodelet | ( | ) |
|
protectedvirtual |
bool flashlight::ros::FlashlightNodelet::OnService | ( | ff_hw_msgs::SetFlashlight::Request & | req, |
ff_hw_msgs::SetFlashlight::Response & | resp | ||
) |