Shahmi, <div>You need to add the package which you have checked out into your ROS_PACKAGE_PATH environment variable so that rospack can find it.  <a href="http://www.ros.org/wiki/ROS/EnvironmentVariables">http://www.ros.org/wiki/ROS/EnvironmentVariables</a></div>

<div><br></div><div>I suggest that you try working through the ROS Tutorials at <a href="http://www.ros.org/wiki/ROS/Tutorials">http://www.ros.org/wiki/ROS/Tutorials</a> which explains how to use the core tools.  After you have worked through the tutorials downloading an arbitrary package will be much easier.  </div>

<div><br></div><div>Tully<br><br><div class="gmail_quote">On Tue, Aug 24, 2010 at 2:08 PM, shahmi <span dir="ltr"><<a href="mailto:alfarobi0161@yahoo.com">alfarobi0161@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top" style="font:inherit">Hi,<br><br>Thanks a lot Tinne for the guide. However, I am having the installation problem. Below is the output after doing what you have suggested. BTW, I am currently running cturtle. Do you have any idea regarding this? I also have tried to "cmake" first prior to "rosmake", but still with no luck. <br>

<br>Thanks in advance.<br><br>THE OUTPUT:<div class="im"><br><br>shah@shah-laptop:~/Downloads$ svn co <a href="http://svn.mech.kuleuven.be/repos/orocos/trunk/kul-ros-pkg/srl_people_tracker_0.2/" target="_blank">http://svn.mech.kuleuven.be/repos/orocos/trunk/kul-ros-pkg/srl_people_tracker_0.2/</a><br>

A    srl_people_tracker_0.2/manifest.xml<br>A    srl_people_tracker_0.2/CMakeLists.patch<br>A    srl_people_tracker_0.2/CMakeLists.txt<br>A    srl_people_tracker_0.2/Makefile<br></div>Checked out revision 32542.<br>shah@shah-laptop:~/Downloads$ rosmake srl_people_tracker_0.2<br>

[ rosmake ] Packages requested are:
 ['srl_people_tracker_0.2']                  <br>[ rosmake ] Logging to directory/home/shah/.ros/rosmake/rosmake_output-20100824-230049<br>[ rosmake ] Expanded args ['srl_people_tracker_0.2'] to:<br>[]                     <br>

[ rosmake ] WARNING: The following args could not be parsed as stacks or packages: ['srl_people_tracker_0.2']<br>[ rosmake ] ERROR: No arguments could be parsed into valid package or stack names.<br><br><br>--- On <b>Tue, 8/24/10, Tinne De Laet <i><<a href="mailto:tinne.delaet@mech.kuleuven.be" target="_blank">tinne.delaet@mech.kuleuven.be</a>></i></b> wrote:<br>

<blockquote style="border-left:2px solid rgb(16, 16, 255);margin-left:5px;padding-left:5px"><br>From: Tinne De Laet <<a href="mailto:tinne.delaet@mech.kuleuven.be" target="_blank">tinne.delaet@mech.kuleuven.be</a>><br>

Subject: Re: [ros-users] Problem with a Package Installation<br>To: "ros-users"
 <<a href="mailto:ros-users@code.ros.org" target="_blank">ros-users@code.ros.org</a>><br>Date: Tuesday, August 24, 2010, 3:33 PM<div><div></div><div class="h5"><br><br><div><br><br><div>On Mon, Aug 23, 2010 at 10:17, shahmi <span dir="ltr"><<a rel="nofollow" href="http://mc/compose?to=alfarobi0161@yahoo.com" target="_blank">alfarobi0161@yahoo.com</a>></span> wrote:<br>

<blockquote style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font:inherit" valign="top"><div><table style="width:526px;min-height:1073px" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font:inherit">


Hi,<br><br>I've been trying to install the package "srl_people_tracker_0.2" found from "<a rel="nofollow" href="http://www.ros.org/browse/details.php?name=srl_people_tracker_0.2" target="_blank">http://www.ros.org/browse/details.php?name=srl_people_tracker_0.2</a>" for several days. Unfortunately, I have not yet got got it installed in my local machine. <br>


<br>These are my tweaks and their corresponding output:<br><br>shah@shah-laptop:~/Downloads$ svn co <a rel="nofollow" href="http://svn.mech.kuleuven.be/repos/orocos/trunk/kul-ros-pkg/srl_people_tracker_0.2/" target="_blank">http://svn.mech.kuleuven.be/repos/orocos/trunk/kul-ros-pkg/srl_people_tracker_0.2/</a><br>


A    srl_people_tracker_0.2/manifest.xml<br>A    srl_people_tracker_0.2/CMakeLists.patch<br>A    srl_people_tracker_0.2/CMakeLists.txt<br>A   
 srl_people_tracker_0.2/Makefile<br>Checked out revision 32522.<br>shah@shah-laptop:~/Downloads$ cd srl_people_tracker_0.2/<br>shah@shah-laptop:~/Downloads/srl_people_tracker_0.2$
 ls<br>CMakeLists.patch  CMakeLists.txt  Makefile  manifest.xml<br>shah@shah-laptop:~/Downloads/srl_people_tracker_0.2$ cmake .<br>-- The C compiler identification is GNU<br>-- The CXX compiler identification is GNU<br>-- Check for working C compiler: /usr/bin/gcc<br>


-- Check for working C compiler: /usr/bin/gcc -- works<br>-- Detecting C compiler ABI info<br>-- Detecting C compiler ABI info - done<br>-- Check for working CXX compiler: /usr/bin/c++<br>-- Check for working CXX compiler: /usr/bin/c++ -- works<br>


-- Detecting CXX compiler ABI info<br>-- Detecting CXX compiler ABI info - done<br>CMake Error at CMakeLists.txt:4 (add_subdirectory):<br>  add_subdirectory given source "srl_source" which is not an existing<br>


  directory.<br><br><br>-- Configuring incomplete, errors occurred!<br><br>It seems that it was complaining about "srl_source" but I've given so many tries by replacing the term "srl_source" with my
 "srl_people_tracker_0.2" directory which is /home/shah/Downloads/srl_people_tracker_0.2.<br><br>Any help is highly appreciated..<br><br></td></tr></tbody></table></div></td></tr></tbody></table></blockquote><div>


<br>Do not run just cmake, the code is not downloaded yet!<br>Just use the rosmake command:<br>rosmake srl_people_tracker_0.2<br>This will download the code and build and install everything.<br><br><br>Tinne<br><br>PS: if you are using cturtle you will likely get a problem: just let me know<br>


<br> <br></div><blockquote style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font:inherit" valign="top">
<div><table style="width:526px;min-height:1073px" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font:inherit"><br></td></tr></tbody></table></div><br></td></tr></tbody></table><br>

      <br>_______________________________________________<br>
ros-users mailing list<br>
<a rel="nofollow" href="http://mc/compose?to=ros-users@code.ros.org" target="_blank">ros-users@code.ros.org</a><br>
<a rel="nofollow" href="https://code.ros.org/mailman/listinfo/ros-users" target="_blank">https://code.ros.org/mailman/listinfo/ros-users</a><br>
<br></blockquote></div><br>
</div><br></div></div>-----Inline Attachment Follows-----<div class="im"><br><br><div>_______________________________________________<br>ros-users mailing list<br><a href="http://mc/compose?to=ros-users@code.ros.org" target="_blank">ros-users@code.ros.org</a><br>

<a href="https://code.ros.org/mailman/listinfo/ros-users" target="_blank">https://code.ros.org/mailman/listinfo/ros-users</a><br></div></div></blockquote></td></tr></tbody></table><br>

      <br>_______________________________________________<br>
ros-users mailing list<br>
<a href="mailto:ros-users@code.ros.org">ros-users@code.ros.org</a><br>
<a href="https://code.ros.org/mailman/listinfo/ros-users" target="_blank">https://code.ros.org/mailman/listinfo/ros-users</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Tully Foote<br>Systems Engineer<br>Willow Garage, Inc.<br><a href="mailto:tfoote@willowgarage.com">tfoote@willowgarage.com</a><br>(650) 475-2827<br>
</div>