problem with rosmaking mrpt_common package
I'm using Ubuntu 10.04 and installed ros-electric I downloaded the mrpt_common package with folloeing script
svn co http://mrpt-ros-pkg.googlecode.com/svn/trunk/mrpt_common
and rosmake it.
However, error occurred.
bcddivad@bcddivad-desktop:~/code/ros/MRPT/mrpt_common$ rosmake
[ rosmake ] No package or stack specified. And current directory 'mrpt_common' is not a package name or stack name.
[ rosmake ] Packages requested are: []
[ rosmake ] Logging to directory/home/bcddivad/.ros/rosmake/rosmake_output-20120622-201855
[ rosmake ] Expanded args [] to:
[]
[ rosmake ] ERROR: No arguments could be parsed into valid package or stack names.
bcddivad@bcddivad-desktop:~/code/ros/MRPT/mrpt_common$
I have the following line in my ~/.bashrc
export ROS_PACKAGE_PATH=/home/bcddivad/code/ros;
source /opt/ros/electric/setup.bash
export ROS_PACKAGE_PATH=/home/bcddivad/code/ros/turtle_tf:/opt/ros/electric/stacks;
How can I solve this?