How can I list the dependency tree of a catkin package?
I am installing ROS from source on a raspberry pi, which has worked well so far.
I have ros_comm built and can launch roscore, which is wonderful. I want to build joystick_drivers next and here lies the problem: Is there a way to automatically download the source for the unmet ROS package dependency tree for the package I'm trying to install. Is this even possible? Or do I need to keep hitting catkin_make and fix build errors one at a time?