runtime/rbs_utils/rbs_utils_interfaces/srv
Bill Finger d7f1c0cb1b Improve Error Handling, Add Named Pose Service, Optimize Motion Planning, and Enhance Feedback Mechanisms
- Set success flags on results when actions complete successfully in both `mtp_jeet_cart.cpp` and `mtp_jtc.cpp`, providing proper feedback to clients.
- Increased trajectory planning granularity by adjusting the divisor from 0.01 to 0.001 in `mtp_jtc_cart.cpp`, resulting in smoother robot movements.
- Introduced a new service `GetNamedPose` defined in `GetNamedPose.srv`, allowing nodes to request specific poses by name, enhancing modularity and reusability.
- Optimized motion planning in `mtp_jtc.cpp` by immediately succeeding when no movement is needed, reducing unnecessary computations.
- Updated `CMakeLists.txt` to include the new service
2025-03-03 16:16:06 +03:00
..
GetGraspPose.srv Enhance grasping task handling and behavior tree configurations 2024-12-13 17:26:29 +03:00
GetNamedPose.srv Improve Error Handling, Add Named Pose Service, Optimize Motion Planning, and Enhance Feedback Mechanisms 2025-03-03 16:16:06 +03:00
GetPlacePose.srv feat: enhance pick-and-place functionality with behavior tree support for place operations 2024-12-18 14:14:01 +03:00
GetWorkspace.srv Migration to BT.cpp v4 & new BT executor 2024-07-04 12:11:07 +00:00