refactor(rbs_skill_interfaces): add planner_id and pipeline_id to MoveitSendPose.action

This commit is contained in:
Ilya Uraev 2025-03-12 20:51:24 +03:00
parent d6976281e3
commit ec95ec521a

View file

@ -12,6 +12,8 @@ string robot_name
float32 end_effector_velocity
float32 end_effector_acceleration
float32 duration #if this action cannot be completed within this time period it should be considered failed.
string planner_id
string pipeline_id
---
#result definition
bool success