1 #ifndef _SEMIO_ROS_HUMANOIDSOURCEADAPTER_H_ 2 #define _SEMIO_ROS_HUMANOIDSOURCEADAPTER_H_ 5 #include <ros/node_handle.h> 28 HumanoidSourceAdapter( ::ros::NodeHandle
const & nh_rel, std::string
const & default_source =
"fullbody" );
69 #endif // _SEMIO_ROS_HUMANOIDSOURCEADAPTER_H_ HumanoidSourceAdapter(::ros::NodeHandle const &nh_rel, std::string const &default_source="fullbody")
::ros::NodeHandle _nh_rel
NodeHandle copy for interfacing with ROS.
std::string _default_source
The type of source to use by default if param mode is selected and the ROS param _humanoid_source/typ...
decltype(std::make_shared< HumanoidSource >()) typedef Ptr
Utility class to simplify the creation of semio::HumanoidSource instances.
HumanoidSource::Ptr getHumanoidSource(std::string const &source="param")
Create a semio::HumanoidSource.