[ros-users] How could I compile packages from trunk

Ken Conley kwc at willowgarage.com
Wed Mar 24 18:42:23 UTC 2010


Hi Thuan,

The copy/paste is unnecessary. You just need to set the
ROS_PACKAGE_PATH environment variable to include the path to where you
checked out the other packages, e.g.:

ROS_PACKAGE_PATH=~/ros/:~/trunk-stuff

cheers,
Ken

On Wed, Mar 24, 2010 at 11:38 AM, Vu Hong Thuan <thuanvh at gmail.com> wrote:
> Hi all,
> I downloaded packages from trunk for testing. In order to build them, I
> must do these following actions:
> In another folder not in trunk, i create a new package. I do it so that
> ros knows where my package is.
> - roscreate-pkg <name of package in trunk>
> Copy all files of the package in trunk to the new folder.
> Do rosmake in the new folder.
>
> These actions are very complex because I must build all depending packages.
> Are there other method for building packages in trunk?
> How ros knows the pakage existing in a folder rather than using
> roscreate-pkg and copy/paste?
> Thanks.
> Thuan.
>
> _______________________________________________
> 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