tf on electric + maverick + Beagleboard
Hi all
I am trying to get my custom robot to run from a beagleboard. I have Ubuntu 10.10 running on it and installed the ROS electric base variant. I have tried to install the full variant, but I get the following message:
E: Unable to locate package ros-electric-desktop-full
I require the tf package for my robot and have tried to install it using the following command in terminal:
sudo apt-get install ros-electric-tf
which could also not be found...
I have since installed everything that I could using this command:
$ sudo apt-get install ros-electric-*
But I still dont have the tf package...
Can anybody give me instructions on how to get the tf package on my beagleboard...