Dependency [openrave] cannot be found
I installed ros-electric and openrave on my ubuntu 10.04, and I'm trying to create a package "grasp" by the command as follow
roscreate-pkg grasp openrave roscpp
and I turns out
bcddivad@bcddivad-laptop:~/code/ros/openravecode$ roscreate-pkg grasp openrave roscpp
ERROR: dependency [openrave] cannot be found
bcddivad@bcddivad-laptop:~/code/ros/openravecode$
can anyone please help me ?
post edited
I installed openrave by the commands given on the website here
sudo add-apt-repository ppa:openrave/release
sudo apt-get update
sudo apt-get install openrave
Do I have to do anything else to let ros to include the openrave library?
I edited my original post, how can I solve it?
I installed Openrave with thte instruction on the web site, will there be a package for openrave? Thank you!