rosdep atp-get install dependency
Hello to all,
I have created a catkin package and it has an external dependence to work properly. The dependence is "libmodbus-dev", which can be installed by "apt-get install libmodbus-dev" command. I would like to install it automatically by rosdep. In other words, when somebody compile the package with catkin make / catkin make install, the external dependence "libmodbus-dev" will be installed automatically, and for each compilation it will check whether the dependence is installed or not.
Is possible something like this? What have i to do?