[ros-users] Shared installation wiki page

Kei Okada k-okada at jsk.t.u-tokyo.ac.jp
Wed Aug 25 04:07:06 UTC 2010


Hi, Ken

Thanks. We are trying to generate msg/srv for the custom client
library language in the shared installed directory. Currently we use
following shell script to do this. If  you have better solution, let
me know that.

for pkg in `rospack list-names`; do
    echo "package:$pkg"
   # for msg
    for file in `find $pkg/msg -type f -name "*.msg"`; do
        `rospack find xxx`/scripts/genmsg_xxx $file
   done
   # for srv
  ....
done



On Wed, Aug 25, 2010 at 1:58 AM, Ken Conley <kwc at willowgarage.com> wrote:
> Hi Kei,
>
> We removed the shared installation page as the debian packages can
> already be used in this manner. Also, the old page was very
> out-of-date.
>
> best,
> Ken
>
> On Tue, Aug 24, 2010 at 8:22 AM, Kei Okada <k-okada at jsk.t.u-tokyo.ac.jp> wrote:
>> Hi,
>>
>> Where can we find shared installation wiki page?
>> It used to be at http://www.ros.org/wiki/ROS/Installation/SharedInstallation.
>>
>> ------------------------------------------------------------------------------
>> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
>> Be part of this innovative community and reach millions of netbook users
>> worldwide. Take advantage of special opportunities to increase revenue and
>> speed time-to-market. Join now, and jumpstart your future.
>> http://p.sf.net/sfu/intel-atom-d2d
>> _______________________________________________
>> ros-users mailing list
>> ros-users at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/ros-users
>> _______________________________________________
>> ros-users mailing list
>> ros-users at code.ros.org
>> https://code.ros.org/mailman/listinfo/ros-users
>>
> _______________________________________________
> ros-users mailing list
> ros-users at code.ros.org
> https://code.ros.org/mailman/listinfo/ros-users
>



More information about the ros-users mailing list