Skip to content

Commit

Permalink
[jsk_fetch_startup][noetic] Fix client eus code for noetic
Browse files Browse the repository at this point in the history
  • Loading branch information
mqcmd196 committed Oct 15, 2023
1 parent 7c5318d commit aae85d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jsk_fetch_robot/fetcheus/fetch-interface.l
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,9 @@ Example: (send self :gripper :position) => 0.00"
:super moveit-environment)
(defmethod fetch-moveit-environment
(:init (&key ((:robot rb) *fetch*) &rest args)
(send-super* :init :robot rb :frame-id "base_link" args))
(send-super* :init :robot rb :frame-id "base_link" :scene-service "/get_planning_scene_noetic" :planning-service "/plan_kinematic_path_noetic" :state-validity-service "/check_state_validity_noetic" :compute-ik-service "/compute_ik_noetic" args)
;; FIXME *_noetic should be only when ROS_DISTRO is noetic
;; TODO /apply_planning_scene
(:default-configuration ()
(list (list :rarm
(cons :group-name "arm")
Expand Down

0 comments on commit aae85d3

Please sign in to comment.