Skip to content

Commit

Permalink
Merge pull request #408 from YutoUchimi/fix_tilt_laser_mux_topic
Browse files Browse the repository at this point in the history
Fix tilt laser mux topic for obstacle observation
  • Loading branch information
k-okada committed Dec 16, 2019
2 parents 6ca4441 + b975b3c commit 1d2cf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr2eus/pr2-interface.l
Expand Up @@ -742,5 +742,5 @@ Example: (send self :gripper :rarm :position) => 0.00"
(defun use-tilt-laser-obstacle-cloud (enable)
;; check if we have service call
(let ((req (instance topic_tools::MuxSelectRequest :init
:topic (if enable "ground_object_cloud" "empty_cloud"))))
:topic (if enable "tilt_scan_filtered" "empty_cloud"))))
(ros::service-call "/tilt_laser_mux/select" req)))

0 comments on commit 1d2cf7f

Please sign in to comment.