31 #ifndef ROBOT_CONTROLLERS_INTERFACE_HANDLE_H 32 #define ROBOT_CONTROLLERS_INTERFACE_HANDLE_H 35 #include <boost/shared_ptr.hpp> 56 virtual std::string
getName() = 0;
68 #endif // ROBOT_CONTROLLERS_INTERFACE_HANDLE_H Handle & operator=(const Handle &)
virtual std::string getName()=0
Get the name of this joint.
virtual ~Handle()
Ensure proper cleanup with virtual destructor.
boost::shared_ptr< Handle > HandlePtr