runtime/rbs_skill_servers
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
..
config refactor(rbs_skill_servers): update action configuration, dependencies, and skills 2024-11-06 23:57:47 +03:00
include/rbs_skill_servers refactor(rbs_skill_servers): update action configuration, dependencies, and skills 2024-11-06 23:57:47 +03:00
launch Add assembly configuration integration and refactor launches 2024-12-06 12:14:29 +03:00
rbs_skill_servers Multi-Robot Setup 2024-04-18 13:29:36 +00:00
scripts rbs_gym multi camera and multi object setup 2024-09-13 22:22:47 +03:00
src Improve Error Handling, Add Named Pose Service, Optimize Motion Planning, and Enhance Feedback Mechanisms 2025-03-03 16:16:06 +03:00
CMakeLists.txt refactor(rbs_skill_servers): update action configuration, dependencies, and skills 2024-11-06 23:57:47 +03:00
LICENSE Migrate to Gazebo Fortress 2023-02-03 07:04:12 +00:00
package.nix Add ROS2 Jazzy Skills, Repositories, and Nix Flake Setup 2025-02-01 16:45:53 +03:00
package.xml Add ROS2 Jazzy Skills, Repositories, and Nix Flake Setup 2025-02-01 16:45:53 +03:00