arm_navigation_msgs/MoveArmGoal Message

File: arm_navigation_msgs/MoveArmGoal.msg

Raw Message Definition

# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======
# Service name to call for getting a motion plan
# Move arm will call a service on this service name 
# using the MotionPlanRequest specified here
string planner_service_name

# A planning scene diff
PlanningScene planning_scene_diff

# A motion planning request
MotionPlanRequest motion_plan_request

# OPTIONAL: Diff uses ordered collision operations in addition to allowed_collision_matrix
arm_navigation_msgs/OrderedCollisionOperations operations

# OPTIONAL flag
# Setting this flag to true will allow move_arm to accept plans that do not go all the way to the goal
bool accept_partial_plans

# OPTIONAL flag
# Setting this flag to true will allow move_arm to accept invalid goals
# This is useful if you are using a planner like CHOMP along with a noisy rapidly changing collision map
# and you would like to plan to a goal near an object.
bool accept_invalid_goals

# OPTIONAL flag
# Setting this flag to true will disable the call to IK for a pose goal
bool disable_ik

# OPTIONAL flag
# Setting this flag to true will disable collision monitoring during execution of a trajectory
bool disable_collision_monitoring

Compact Message Definition

string planner_service_name
arm_navigation_msgs/PlanningScene planning_scene_diff
arm_navigation_msgs/MotionPlanRequest motion_plan_request
arm_navigation_msgs/OrderedCollisionOperations operations
bool accept_partial_plans
bool accept_invalid_goals
bool disable_ik
bool disable_collision_monitoring