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
10
env_components/component_interfaces/srv/DetectObject.srv
Normal file
10
env_components/component_interfaces/srv/DetectObject.srv
Normal file
|
@ -0,0 +1,10 @@
|
|||
uint8 DETECT=0
|
||||
uint8 FOLLOW=1
|
||||
uint8 CANCEL=2
|
||||
|
||||
string object_name
|
||||
uint8 req_kind
|
||||
---
|
||||
|
||||
bool call_status
|
||||
string error_msg
|
Loading…
Add table
Add a link
Reference in a new issue