ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi, I don't think pr2_teleop package comes along with the electric full version. You have to checkout the package that is under mercurial version control
hg clone https://kforge.ros.org/pr2apps/pr2_apps <new_folder_name>
And then try compiling it with
rosmake pr2_teleop
Hope this helps, Karthik
2 | Updated 03/12/11 |
Hi, I don't think pr2_teleop package comes along with the electric full version. You have to checkout the package that is under mercurial version control
hg clone https://kforge.ros.org/pr2apps/pr2_apps <new_folder_name>
And then try compiling it with
rosmake pr2_teleop
Hope this helps, Karthik
Updated: Ya there is this documentation on setting up the ros_workspace and environment in http://www.ros.org/wiki/ROS/Tutorials/InstallingandConfiguringROSEnvironment link text
You can download package in the ros_workspace and ros automatically detects the packages. Once you setup this and paste your package then you will not get that error.
And you can always update your question here than giving a new answer.
Hope this helps, Karthik