Re: [ros-users] Shared installation wiki page

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: Kei Okada
Dato:  
Til: ros-users
Emne: Re: [ros-users] Shared installation wiki page
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 <> 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 <> 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
>>
>> https://lists.sourceforge.net/lists/listinfo/ros-users
>> _______________________________________________
>> ros-users mailing list
>>
>> https://code.ros.org/mailman/listinfo/ros-users
>>
> _______________________________________________
> ros-users mailing list
>
> https://code.ros.org/mailman/listinfo/ros-users
>