add mtp with orientation constraint
This commit is contained in:
parent
cf692ff4c1
commit
049227dac5
6 changed files with 193 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue