How to install ROS on pcDuino ? (Lubuntu 12.04 ARM)
Hello,
Last week, I've purchased a pcDuino. It comes with Lubuntu v12.04. In order to download, compile, and install ROS; I'm following the documentation of Pandaboard from this link the Pandaboard source installation
However, when I try to install the remaining dependencies with the
sudo rosdep install --from-paths src --ignore-src --rosdistro groovy -y
command. It gives an error that says "Could Not Detect OS: tried windows,ubuntu,...." I don't know if it's because of the reason that pcDuino uses Lubuntu. I've searched about this error but there is no certain answer that I've understood.
It would be appreciated if anybody can help me solve this problem or tell me just an easier way to install ROS on pcDuino?