Re: [ros-users] Shared installation wiki page

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Ken Conley
Date:  
To: ros-users
Subject: Re: [ros-users] Shared installation wiki page
That should work.

One thing to be careful of is that the shared installation directory
is usually read-only. For both rospy and roslisp, we have had to come
up with solutions for how to compile the files appropriately so that
the interpreters don't have performance issues. For python, we
generate the pyc files as part of the debian packaging. For lisp, the
files are compiled into the user's ROS_HOME directory.

- Ken

On Tue, Aug 24, 2010 at 9:07 PM, Kei Okada <> wrote:
> 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
>>
> _______________________________________________
> ros-users mailing list
>
> https://code.ros.org/mailman/listinfo/ros-users
>