Re: [ros-users] overlay of a ros core package

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
+ (text/html)
このメッセージを削除
このメッセージに返信
著者: Bhaskara Marthi
日付:  
To: ros-users
題目: Re: [ros-users] overlay of a ros core package
In general, I don't believe rospack supports this usage. For the particular
case of rosemacs, since the path is only used to load it within emacs, you
would just need to change your .emacs file, e.g.,

(add-to-list 'load-path "path/to/my/rosemacs")
(require 'rosemacs)

It might also be convenient to make that directory's basename something
else, like rosemacs-trunk, so things like roscd will work with it.
- Bhaskara

On Sun, Jul 25, 2010 at 5:38 AM, Nikolaus Demmel <> wrote:

> Hi list,
>
> is it possible to have a local checkout of a package from the "ros" core
> stack "shadowing" the package in the ROS_ROOT directory?
>
> To be concrete I have a local checkout of rosemacs. I want to use this
> local checkout instead of the version that comes with my cturtle prebuilt
> binaries install (ubuntu lucid). The local checkout of rosemacs is in my
> ROS_PACKAGE_PATH, but still the version in
> /opt/ros/cturtle/ros/tools/rosemacs is used. I assume this is because
> rospack looks in the ROS_ROOT before looking in the ROS_PACKAGE_PATH when
> searching for packages.
>
> Is there a way arround this? I could of course install the whole ros core
> stack from source but I'd rather just have rosemacs, if its possible.
>
> Best regards,
> Niko
> _______________________________________________
> ros-users mailing list
>
> https://code.ros.org/mailman/listinfo/ros-users
>




--
Bhaskara Marthi
Research Scientist
Willow Garage Inc.
650-475-2856