02-28-2017, 02:27 PM
(07-20-2016, 09:14 PM)jesse1234 Wrote: Hello
I just purchased the Pine64. I am looking forward with playing with it.
Has anyone successfully loaded ROS (ros.org) onto the Pine64 and if they did, what operation system did they use? I went to the ROS website, unfortunately there is not much there on the subject unlike RPI3.
I have not yet tried any of the OSs but I am thinking Ubuntu will be the first .
Thanks Jesse
I have successfully installed ROS Kinetic version on Ubuntu OS on Pine 64.
you might some times have to use command:
Code:
sudo apt-get -f install
instead of "apt-get install" . you will have to install g++ compiler manually through terminal if cmake didn't work using
Code:
sudo apt-get install build-essential -y
you might also have to use to fix a package
Code:
sudo dpkg --configure -a