ROS groovy ROSARIA problem with rosmake
Hi, we were using the tutorial to make our pioneer p3-dx to MOVE.
the tutorial could be found on the website of tugraz under the
query "Poineer_move"
But on the Step4:(Once) we didn't get exacutable file rob_key and though our robot didn't move. We have Ubuntu 12.10 with ROS groovy installed.
Are we on the right way? Are there other ways to send the robot velocity data and to make it move?
Thank you.
The build log can be found here.
We have done the process you described, but unfortunately got this error. What is that package joy?
Failed to invoke /opt/ros/groovy/bin/rospack deps-manifests p2os_teleop [rospack] Error: package/stack 'p2os_teleop' depends on non-existent package 'joy' and rosdep claims that it is not a system dependency. Check the ROS_PACKAGE_PATH or try calling 'rosdep update'
CMake Error at /opt/ros/groovy/share/ros/core/rosbuild/public.cmake:129 (message):
Failed to invoke rospack to get compile flags for package 'p2os_teleop'.
Look above for errors from rospack itself. Aborting. Please fix the
broken dependency!
Call Stack (most recent call first): /opt/ros/groovy/share/ros/core/rosbuild/public.cmake:203 (rosbuild_invoke_rospack) CMakeLists.txt:12 (rosbuild_init)
-- Configuring incomplete, errors occurred!
We have tried the command you recommended, it gave such result.
rospc@rospc-LIFEBOOK-UH572:~/ros_ws/src$ sudo apt-get install ros-groovy-pr2-controllers Reading package lists... Done Building dependency tree
Reading state information... Done You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: mobilesim:i386 : Depends: xfonts-100dpi:i386 but it is not installable ros-groovy-pr2-controllers : Depends: ros-groovy-control (= 1.1.6-0quantal-20130325-1823-+0000) but it is not going to be installed Depends: ros-groovy-orocos-kinematics-dynamics (= 0.2.3-s1364236848~quantal) but it is not going to be installed Depends: ros-groovy-pr2-common (= 1.10.3-s1364355959~quantal) but it is not going to be installed Depends: ros-groovy-pr2-mechanism (= 1.7.4-s1369206270~quantal) but it is not going to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Also we have installed joy package from here, and tried with it, but still got the same p2os_teleop error.