File: arm_navigation_msgs/MotionPlanRequest.msg
Raw Message Definition
# This service contains the definition for a request to the motion
# planner and the output it provides
# Parameters for the workspace that the planner should work inside
arm_navigation_msgs/WorkspaceParameters workspace_parameters
# Starting state updates. If certain joints should be considered
# at positions other than the current ones, these positions should
# be set here
arm_navigation_msgs/RobotState start_state
# The goal state for the model to plan for. The goal is achieved
# if all constraints are satisfied
arm_navigation_msgs/Constraints goal_constraints
# No state at any point along the path in the produced motion plan will violate these constraints
arm_navigation_msgs/Constraints path_constraints
# The name of the motion planner to use. If no name is specified,
# a default motion planner will be used
string planner_id
# The name of the group of joints on which this planner is operating
string group_name
# The number of times this plan is to be computed. Shortest solution
# will be reported.
int32 num_planning_attempts
# The maximum amount of time the motion planner is allowed to plan for
duration allowed_planning_time
# An expected path duration (in seconds) along with an expected discretization of the path allows the planner to determine the discretization of the trajectory that it returns
duration expected_path_duration
duration expected_path_dt
Compact Message Definition