A Cartesian command interface for poses. More...
#include <cartesian_command_interface.h>
Additional Inherited Members | |
![]() | |
typedef ResourceHandle | ResourceHandleType |
![]() | |
typedef ResourceManager< ResourceHandle > | ResourceManagerType |
![]() | |
ResourceHandle | getHandle (const std::string &name) |
ResourceHandle | getHandle (const std::string &name) |
![]() | |
virtual void | claim (std::string resource) |
void | clearClaims () |
std::set< std::string > | getClaims () const |
virtual | ~HardwareInterface ()=default |
![]() | |
ResourceHandle | getHandle (const std::string &name) |
std::vector< std::string > | getNames () const |
void | registerHandle (const ResourceHandle &handle) |
![]() | |
virtual | ~ResourceManagerBase ()=default |
![]() | |
static void | concatManagers (std::vector< ResourceManagerType * > &managers, ResourceManagerType *result) |
![]() | |
typedef std::map< std::string, ResourceHandle > | ResourceMap |
![]() | |
ResourceMap | resource_map_ |
A Cartesian command interface for poses.
Use an instance of this class to provide Cartesian ROS-controllers with mechanisms to set poses as commands in the hardware_interface::RobotHW abstraction.
Definition at line 124 of file cartesian_command_interface.h.