runtime/rbs_bt_executor/bt_trees
Bill Finger 213179adbd feat: enhance pick-and-place functionality with behavior tree support for place operations
- Added `GetPlacePose` skill client library and associated service node to handle place pose retrieval, including preplace and postplace poses.
- Created new behavior trees (`pick_and_place.xml`, `place_object.xml`) for handling pick-and-place operations with enhanced modularity.
- Updated `AssemblyConfig` to include `place_poses` alongside `grasp_poses`, improving flexibility in assembly workflows.
- Refactored YAML parsing and codebase to differentiate between `grasp_poses` and `place_poses` for better clarity and maintainability.
- Updated related XML behavior tree nodes, scripts, and skill structures to integrate `GetPlacePose` functionality.
- Adjusted gripper command maximum effort to `3.0` for improved control.
- Added a new message definition for `GetPlacePose` service in the `rbs_utils_interfaces` package.
- Updated CMakeLists.txt to include the new service and ensure proper build configuration.
2024-12-18 14:14:01 +03:00
..
atomic_skills_xml Migration to BT.cpp v4 & new BT executor 2024-07-04 12:11:07 +00:00
example_skills Migration to BT.cpp v4 & new BT executor 2024-07-04 12:11:07 +00:00
nodes_interfaces Migration to BT.cpp v4 & new BT executor 2024-07-04 12:11:07 +00:00
grasp_object.xml feat: enhance pick-and-place functionality with behavior tree support for place operations 2024-12-18 14:14:01 +03:00
pick_and_place.xml feat: enhance pick-and-place functionality with behavior tree support for place operations 2024-12-18 14:14:01 +03:00
place_object.xml feat: enhance pick-and-place functionality with behavior tree support for place operations 2024-12-18 14:14:01 +03:00
test_roboclone.xml Migration to BT.cpp v4 & new BT executor 2024-07-04 12:11:07 +00:00
test_tree.xml feat: improve behavior tree executor and dependency management 2024-12-09 18:25:32 +03:00
test_tree_main.xml Migration to BT.cpp v4 & new BT executor 2024-07-04 12:11:07 +00:00
workspace_movement.xml Enhance grasping task handling and behavior tree configurations 2024-12-13 17:26:29 +03:00