<meta http-equiv="content-type" content="text/html; charset=utf-8"><div>Narasimhan, </div><div>Do you have zero internet access?  We have not worked on the case of installing to a computer while offline.  rosdep pulls debian packages from apt when it runs if they are not already installed.  And some of the 3rd party code is pulled as tarballs during the make process.   In terms of effort, finding a way to get your computer a connection to the internet will likely be easier than getting all the necessary files and copying them across. </div>

<div><br></div><div>Other options you might consider is installing your choice of OS on a large USB stick (~8Gb if you want all of ros-pkg too) and booting to it externally.  This will allow you to boot it at home and install onto it, and then boot it at work.  Or if you can get physical access to the machine, take it home install it and bring it back.  </div>

<meta http-equiv="content-type" content="text/html; charset=utf-8"><meta http-equiv="content-type" content="text/html; charset=utf-8"><div><br></div><div>I suggest that you push back on your system administrator and try to figure out the proxy issue.  It will likely be the least effort approach. </div>

<div><br></div><div>Tully</div><div><br><div class="gmail_quote">On Thu, May 27, 2010 at 4:09 AM, Bill Morris <span dir="ltr"><<a href="mailto:morris@ee.ccny.cuny.edu">morris@ee.ccny.cuny.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Thu, 2010-05-27 at 03:53 -0700, Narasimhan wrote:<br>
> i tried tully's method. it almost worked.<br>
> i downloaded the svn for ros-boxturtle-base using --nobuild.<br>
> i copied the entire ros folder in my home directory to usb. from usb i<br>
> pasted it to home folder of campus pc. i edited the setup.sh.<br>
> i ran "cd ~/ros && make"  it said makefile not found.<br>
> then i navigated to ~\ros and found that there is no makefile. there were<br>
> ros folder, stack folder, setup.sh and this.install.<br>
> then when i went inside the ros folder(~\ros\ros) the makefile was there.<br>
> so i tried  "cd ~/ros/ros && make" it did work. some sequence of commands<br>
> got executed and it was followed by some random junk(the entire terminal<br>
> screen was full of junk for some 10 min) and it was followed by some<br>
> sequence of commands and finally a build error(i forgot the number).<br>
> then i tried some few commands. rosls roscd and few other commands worked<br>
> but rosdep and rosmake(same junk appeared for 10min followed by error)<br>
> didn't work.<br>
><br>
> so can someone suggest some other method<br>
<br>
</div>Things to try<br>
<br>
setup.sh needs to be run to setup your paths.<br>
<br>
you can either run<br>
$ source ~/ros/setup.sh<br>
<br>
or you can add<br>
source ~/ros/setup.sh<br>
to the end of the file ~/.bashrc<br>
<br>
rosmake should work at this point<br>
<br>
There are often no makefiles because cmake generates the makesfiles<br>
once rosmake is working try running<br>
<br>
Next install the packages you need to run ros<br>
$ rosdep install ros<br>
<br>
Then make ros, this will take a while.<br>
$ rosmake ros<br>
<br>
After this you should be able to run roscore<br>
$ roscore<br>
<br>
At this point you should be able to start the tutorials<br>
<br>
One way to manually make the makefiles which sometimes fixes things is<br>
to try this in the directory where the makefile is missing<br>
$  cmake CMakeLists.txt<br>
<div><div></div><div class="h5"><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>
</div></div></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>