Skip to content

Commit

Permalink
Merge pull request #450 from knorth55/remove-unnecessary-advertise
Browse files Browse the repository at this point in the history
[pr2eus] remove j_robotsound advertise
  • Loading branch information
k-okada committed Jul 21, 2021
2 parents 8afa8fd + 3d5ab05 commit a413349
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pr2eus/pr2-interface.l
Expand Up @@ -58,8 +58,6 @@
(setf (gethash type controller-table) (list action))
))
;;
(ros::advertise "j_robotsound" sound_play::SoundRequest 5)
;;
(ros::subscribe (if namespace (format nil "~A/~A" namespace "pressure/r_gripper_motor") "/pressure/r_gripper_motor") pr2_msgs::PressureState
#'send self :pr2-fingertip-callback :rarm-pressure :groupname groupname)
(ros::subscribe (if namespace (format nil "~A/~A" namespace "pressure/l_gripper_motor") "/pressure/l_gripper_motor") pr2_msgs::PressureState
Expand Down

0 comments on commit a413349

Please sign in to comment.