Skip to content

Commit

Permalink
Merge pull request jsk-ros-pkg#169 from aginika/update-change-inflati…
Browse files Browse the repository at this point in the history
…on-range-func

[pr2eus] change-inflation-range to use new service name
  • Loading branch information
k-okada committed Sep 8, 2015
2 parents 8b9c45e + a806376 commit 258e3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr2eus/pr2-interface.l
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ send-action [ send message to action server, it means robot will move ]"
(send req :config :doubles
(list (instance dynamic_reconfigure::DoubleParameter :init
:name "inflation_radius" :value range)))
(ros::service-call "/move_base_node/local_costmap/set_parameters" req)
(ros::service-call "/move_base_node/local_costmap/inflation/set_parameters" req)
))

;; do not use tilt laser
Expand Down

0 comments on commit 258e3ee

Please sign in to comment.