Skip to content

Commit

Permalink
[pr2eus] change-inflation-range to use new service name
Browse files Browse the repository at this point in the history
  • Loading branch information
aginika committed Sep 3, 2015
1 parent 8b9c45e commit a806376
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 a806376

Please sign in to comment.