rbs_bt_executor: add new BT node EnvStarter
This commit is contained in:
parent
86fd3d1055
commit
6d3c5c2702
6 changed files with 73 additions and 3 deletions
|
@ -51,13 +51,14 @@ def generate_launch_description():
|
|||
executable='bt_engine',
|
||||
#prefix=['xterm -e gdb -ex run --args'],
|
||||
parameters=[
|
||||
{'bt_file_path': os.path.join(get_package_share_directory('rbs_bt_executor'), 'bt_trees/test_gripper.xml')},
|
||||
{'bt_file_path': os.path.join(get_package_share_directory('rbs_bt_executor'), 'bt_trees/test_tree_env_manager.xml')},
|
||||
{'plugins':["rbs_skill_move_topose_bt_action_client",
|
||||
"rbs_skill_get_pick_place_pose_service_client",
|
||||
"rbs_skill_gripper_move_bt_action_client",
|
||||
"rbs_skill_move_joint_state",
|
||||
"rbs_add_planning_scene_object",
|
||||
"rbs_pose_estimation"
|
||||
"rbs_pose_estimation",
|
||||
"rbs_env_manager_starter"
|
||||
]},
|
||||
# gripperPoints,
|
||||
robot_description_semantic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue