PR2 / pr2_apps

15 stars 24 forks source link

launch, config files are installed flatten on share directory #16

Closed furushchev closed 9 years ago

furushchev commented 9 years ago

@TheDash I wonder why launch, config files are installed flatten on share directory regardless of package directory structure? Now, we must change launch files to bring up pr2 along with which this package is in installed or in devel like below:

  <rosparam command="load" file="$(find pr2_mannequin_mode)/pr2_arm_controllers_loose.yaml" />
  <rosparam command="load" file="$(find pr2_mannequin_mode)/config/pr2_arm_controllers_loose.yaml" />
furushchev commented 9 years ago

I sent pullreq to fix this problem. https://github.com/PR2/pr2_apps/pull/17

furushchev commented 9 years ago

Thanks for merging :+1: please release deb ASAP to affect this fix.