pandaboard, robotino dependencies problem
Hey, i'm trying to install the robotino stack on a pandaboardES.
At first i installed ROS groovy (bare bones) following the guide for groovy on pandaboard --> roscore starts succesfully
now i am trying to build the robotino stack, but i have problems with missing dependencies.
a few packages are build with calling
$roscd robotino_node
$rosmake --pre-clean
but at first the "geometry_msgs" packages was missing. after downloading and building robotino_node for the second time, another package was missing. like this i downloaded and built the following stacks:
- geometry_msgs
- geometry
- image_transport
- pluginlib
- class_loader
Now, "console_bridge" is missing, but i can't find it on ros.org.
Is there a possibility to install all missing dependencies automatically? Where can i find "console_bridge? Am i doing anything in principle wrong!?