Motion planner (MoveIt) and Task planner (Plansys) integration
This commit is contained in:
parent
0a735b87c9
commit
000ddb4831
43 changed files with 1402 additions and 379 deletions
|
@ -9,9 +9,6 @@ uint8 VALIDATE=1
|
|||
# COMPLETE - finalize assemble process
|
||||
uint8 COMPLETE=2
|
||||
|
||||
# CANCEL - force finalize assemble process
|
||||
uint8 CANCEL=3
|
||||
|
||||
string assemble_name
|
||||
string part_name
|
||||
uint8 req_kind
|
||||
|
@ -23,6 +20,9 @@ string workspace
|
|||
|
||||
bool call_status
|
||||
|
||||
# wich assemble is asociate with response status
|
||||
string assemble_name
|
||||
|
||||
# on error
|
||||
string error_msg
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue