Add motion planning actions and services for iiwa robot

- Implemented action servers for MoveToPose and MoveToJoints.
- Added service for MoveToNamedPose and stop action.
- Updated README with usage examples for new actions.
- Enhanced planning configurations in YAML and Python files.
- Removed deprecated motion planning scripts.
This commit is contained in:
Даниил Грабарь
2026-05-05 17:15:08 +03:00
parent b3f4bc458b
commit e4d6bdc1af
16 changed files with 392 additions and 276 deletions
-7
View File
@@ -37,13 +37,6 @@ install(TARGETS
DESTINATION lib/${PROJECT_NAME}
)
install(PROGRAMS
scripts/motion_planning_test.py
# scripts/motion_planning.py
DESTINATION lib/${PROJECT_NAME}
RENAME motion_planning
)
install(PROGRAMS
scripts/move_to_pose_server.py
DESTINATION lib/${PROJECT_NAME}