duo3d / duo3d_driver

ROS Driver for DUO
http://ros.org/wiki/duo3d-driver
BSD 3-Clause "New" or "Revised" License
12 stars 21 forks source link

Fixed Missing Duo3DConfig.h Problem. #3

Closed fangchangma closed 6 years ago

fangchangma commented 7 years ago

Fixed the Duo3DConfig.h problem caused by missing dependencies settings in CMakeLists.txt

dbolkensteyn commented 7 years ago

See issue #2, it seems that the root cause is a missing executable flag on duo3d_driver/cfg/Duo3D.cfg

fangchangma commented 7 years ago

See issue #2, it seems that the root cause is a missing executable flag on duo3d_driver/cfg/Duo3D.cfg

The permission problem should be fixed by running the command chmod a+x cfg/Duo3D.cfg as instructed on the README file, and therefore has nothing to do with this pull request. See the discussion under #2 for details.

This pull request fixes the compilation error of "can not find Duo3DConfig.h" related to dynamic reconfiguration in ROS.

emreay- commented 7 years ago

Thanks for the fix @fangchangma, I wonder why this pull request is still open and not merged.

dbolkensteyn commented 7 years ago

Most likely because Duo3D isn't exactly alive... (it's up to @duo3d to merge or reject this PR).