runtime/rbs_bt_executor
Bill Finger 0c6b01bbfe feat: improve behavior tree executor and dependency management
- **CMakeLists.txt**:
  - Commented out the unused `rbs_env_manager_starter` library.
- **Behavior Trees**:
  - Added new `grasp_object.xml` behavior tree for grasping operations.
  - Modified `test_tree.xml` to update `robot_name` in the `WorkspaceMovement` subtree.
- **Source Code Updates**:
  - Removed `EnvManager.cpp`, deprecating its functionality.
  - Formatting `GetWorkspace.cpp`
  - Formatting `MoveGripper.cpp`
  - Formatting `MoveToJointStates.cpp`
  - Formatting `PoseEstimation.cpp` and `TreeRunner.cpp`
- **Assembly Config Service**:
  - Added broadcasting for grasp pose transformations in `assembly_config_service.py`.

These updates enhance modularity, maintainability, and the overall functionality of the behavior tree executor.
2024-12-09 18:25:32 +03:00
..
bt_trees feat: improve behavior tree executor and dependency management 2024-12-09 18:25:32 +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 united rbs_interface with rbs_bt_executor 2024-09-25 12:14:29 +03:00
rbs_bt_executor united rbs_interface with rbs_bt_executor 2024-09-25 12:14:29 +03:00
scripts interface node synchronized + readme for perception 2024-12-09 12:51:20 +03:00
src feat: improve behavior tree executor and dependency management 2024-12-09 18:25:32 +03:00
CMakeLists.txt feat: improve behavior tree executor and dependency management 2024-12-09 18:25:32 +03:00
package.xml update dependencies in package 2024-10-29 10:07:44 +03:00