Installing rosclj
Hi,
I am at beginner level in ROS.
I am trying to explore hierarchical_planning (www.ros.org/wiki/hierarchical_planning) and thus needed to install rosjava and rosclj,
I was able to install rosjava quite easily using http://docs.rosjava.googlecode.com/hg/rosjava_core/html/installing.html
but couldn't figure out how to install rosclj. (from http://www.ros.org/wiki/rosclj). Looks very silly, please help.
It seems that http://ros.berkeley.edu/svn/berkeley-ros-pkg/stacks/clj_planning/trunk/clj_planning/rosclj is temporarily down, or is there any other issue? I guess I will download it from here only.
Also
I followed http://www.ros.org/wiki/rosclj and installed Clojure from synaptic, should I set CLJ_HOME to point to /usr/share/java, or should I copy relevent jars from /usr/share/java to a folder and point CLJ_HOME over there?
In the tutorial immediately after this (in section 2.1 Creating, building, and running rosclj packages) instructions are there to add rosclj package in a newly created package.
Kindly also tell me what should be the right sequence of tutorial etc to be read so that I be able to (in simulation) :- navigate avoiding obstacle, and then, pick and place objects from one point to other.
Thanks in advance.
I am using ros-electric on ubuntu 11.10 , 64 bit (guess thats not relevant here)
Of course, svn co http://ros.berkeley.edu/svn/berkeley-ros-pkg/stacks/clj_planning/trunk/clj_planning/rosclj gives o/p : svn: OPTIONS of 'http://ros.berkeley.edu/svn/berkeley-ros-pkg/stacks/clj_planning/trunk/clj_planning/rosclj': 200 OK (http://ros.berkeley.edu) also if I try to open it in browser
I get 404 Not found, in fact link : http://ros.berkeley.edu/svn/ itself does not exist.May be its moved to somewhere else. Any pointers would be helpful.