refactor(rbs_skill_interfaces): add planner_id and pipeline_id to MoveitSendPose.action
This commit is contained in:
parent
d6976281e3
commit
ec95ec521a
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ string robot_name
|
||||||
float32 end_effector_velocity
|
float32 end_effector_velocity
|
||||||
float32 end_effector_acceleration
|
float32 end_effector_acceleration
|
||||||
float32 duration #if this action cannot be completed within this time period it should be considered failed.
|
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
|
#result definition
|
||||||
bool success
|
bool success
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue