add mtp with orientation constraint

This commit is contained in:
Ilya Uraev 2025-03-12 11:11:15 +03:00
parent cf692ff4c1
commit 049227dac5
6 changed files with 193 additions and 4 deletions

View file

@ -20,6 +20,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"action/MoveitSendPose.action"
"action/MoveitSendJointStates.action"
"action/GripperCommand.action"
"action/MoveitSendPoseWithConstraints.action"
"action/RbsBt.action"
"msg/ObjectInfo.msg"
"msg/PropertyValuePair.msg"

View file

@ -0,0 +1,15 @@
int32 constraint_mode
geometry_msgs/Pose target_pose
moveit_msgs/OrientationConstraint orientation_constraint
string robot_name
float32 end_effector_velocity
float32 end_effector_acceleration
float32 duration
---
bool success
uint64 millis_passed
string status
---
bool success
uint64 millis_passed
string status