Hi,
Is there any reason why you chose rosbuild over catkin in the way you set up your stack?
When I try to rosbuild gps_agent_pkg, I run into build errors as highlighted below:
rosbuild] Building package gps_agent_pkg
Failed to invoke /opt/ros/indigo/bin/rospack deps-manifests gps_agent_pkg
[rospack] Error: package 'gps_agent_pkg' depends on non-existent package 'pr2_controller_manager' and rosdep claims that it is not a system dependency. Check the ROS_PACKAGE_PATH or try calling 'rosdep update'
I should mention that rosdep update was called before this error was generated.
With catkinized packages, one could do rosdep install --from-paths . within src/gps_pkg_agent and all the dependencies within the manifest.xml file would be automatically installed but that doesn't seem to work in this case. Would appreciate your help.
I am at a loss as to what I may be doing wrong.