Cartesian Move_to_pose Skill for BT Interface Node
This commit is contained in:
parent
bf965bb750
commit
b4b452297d
18 changed files with 743 additions and 64 deletions
|
@ -34,6 +34,7 @@ public:
|
|||
}
|
||||
|
||||
bool setRequest(Request::SharedPtr &request) override {
|
||||
request->action = m_action_name;
|
||||
getInput(STR_SID, request->sid);
|
||||
getInput(STR_COMMAND, request->command);
|
||||
return true;
|
||||
|
@ -59,4 +60,5 @@ private:
|
|||
std::shared_ptr<rclcpp::AsyncParametersClient> m_params_client;
|
||||
};
|
||||
|
||||
CreateRosNodePlugin(RbsBtAction, "RbsAction")
|
||||
// !!! теперь устаревшая версия !!!
|
||||
CreateRosNodePlugin(RbsBtAction, "RbsBtAction")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue