Skip to content

Commit

Permalink
add trajectory_constraints commentout
Browse files Browse the repository at this point in the history
trajectory_constraints is not used in motion planning.
see moveit/moveit_msgs#2
  • Loading branch information
knorth55 committed Jun 13, 2017
1 parent 97fe522 commit 902e57b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pr2eus_moveit/euslisp/robot-moveit.l
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@
(setq extra-goal-constraints (list extra-goal-constraints)))
(nconc (send mpr :goal_constraints) extra-goal-constraints))
(if path-constraints (send mpr :path_constraints path-constraints))
;; TrajectoryConstraints is not used in plannning
;; Detailed info: https://github.com/ros-planning/moveit_msgs/issues/2
(if trajectory-constraints (send mpr :trajectory_constraints trajectory-constraints))
(send mpr :planner_id planner-id) ;; select from :query-planner-interface
(send mpr :group_name group-name)
Expand Down

0 comments on commit 902e57b

Please sign in to comment.