runtime/rbs_bt_executor
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
..
bt_trees feat: enhance pick-and-place functionality with behavior tree support for place operations 2024-12-18 14:14:01 +03:00
config united rbs_interface with rbs_bt_executor 2024-09-25 12:14:29 +03:00
include/rbs_bt_executor Migration to BT.cpp v4 & new BT executor 2024-07-04 12:11:07 +00:00
launch add mode "benchmark" 2024-12-12 20:10:29 +03:00
rbs_bt_executor united rbs_interface with rbs_bt_executor 2024-09-25 12:14:29 +03:00
scripts add mode "benchmark" 2024-12-12 20:10:29 +03:00
src feat: enhance pick-and-place functionality with behavior tree support for place operations 2024-12-18 14:14:01 +03:00
CMakeLists.txt feat: enhance pick-and-place functionality with behavior tree support for place operations 2024-12-18 14:14:01 +03:00
package.xml update dependencies in package 2024-10-29 10:07:44 +03:00