runtime/rbs_skill_interfaces/action/MoveitSendPose.action

20 lines
503 B
Text
Raw Normal View History

geometry_msgs/Pose target_pose
2022-01-31 21:28:39 +04:00
string robot_name
float32 end_effector_velocity
float32 end_effector_acceleration
2025-04-07 13:01:25 +03:00
float32 duration
string planner_id
string pipeline_id
2025-04-07 13:01:25 +03:00
float32 allowed_planning_time
bool try_plan_untill_success
2022-01-31 21:28:39 +04:00
---
#result definition
bool success
uint64 millis_passed
string status #Use the constants of ActionResultStatusConstants in the status field
---
#feedback
bool success
uint64 millis_passed
string status #Use the constants of ActionFeedbackStatusConstants in the status field