Migration to BT.cpp v4 & new BT executor

This commit is contained in:
Ilya Uraev 2024-07-04 12:11:07 +00:00 committed by Igor Brylyov
parent b58307dea1
commit 2de37b027b
69 changed files with 843 additions and 2065 deletions

View file

@ -15,6 +15,8 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"msg/AssemblyConfig.msg"
"msg/NamedPose.msg"
"msg/RelativeNamedPose.msg"
"srv/GetGraspPose.srv"
"srv/GetWorkspace.srv"
DEPENDENCIES std_msgs geometry_msgs
)

View file

@ -0,0 +1,4 @@
string model_name
---
rbs_utils_interfaces/RelativeNamedPose[] grasp_pose
bool ok

View file

@ -0,0 +1,4 @@
string type
---
geometry_msgs/Point[] workspace
bool ok