Difference between revisions of "ClydeNUC Setup"

From wikidb
Jump to: navigation, search
(Install)
(Install)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
= Now Hood =
 +
 
== Configuration ==
 
== Configuration ==
 
* Ubuntu 14.04 LTS Trusty Tahr
 
* Ubuntu 14.04 LTS Trusty Tahr
Line 20: Line 22:
 
** [[Asus_1000_ROS_Install]]
 
** [[Asus_1000_ROS_Install]]
 
** [[Clyde NUC ROS Install Jade]]
 
** [[Clyde NUC ROS Install Jade]]
* [http://wiki.ros.org/ROS/Tutorials Tutorials]
+
** [http://wiki.ros.org/ROS/Tutorials Tutorials]
* [[Phidgets Installatin]]
+
* Phidgets
 +
** [[Phidgets Installation]]
 +
=== When I was working with Android Studio ===
 +
 
 +
* Java
 +
**  [https://www.digitalocean.com/community/tutorials/how-to-install-java-on-ubuntu-with-apt-get Java Install]
 +
      sudo apt-get update
 +
      java -version
 +
      sudo apt-get install default-jre
 +
      sudo apt-get install default-jdk
 +
 
 +
* MTP for Android Tablets - To Finish
 +
** [https://ubuntuforums.org/showthread.php?t=2226702 MTP Insall]
 +
 
 +
  sudo apt-get install libmtp-common mtp-tools libmtp-dev libmtp-runtime libmtp9
 +
 
 +
  sudo diff fuse.conf.org fuse.conf
 +
      8c8
 +
      < #user_allow_other
 +
      ---
 +
      > user_allow_other

Latest revision as of 15:47, 15 February 2017

Now Hood

Configuration

  • Ubuntu 14.04 LTS Trusty Tahr
  • ROS Indigo
  • ROS Jade

Install

When I was working with Android Studio

     sudo apt-get update
     java -version
     sudo apt-get install default-jre
     sudo apt-get install default-jdk
  sudo apt-get install libmtp-common mtp-tools libmtp-dev libmtp-runtime libmtp9
 
  sudo diff fuse.conf.org fuse.conf
      8c8
      < #user_allow_other
      ---
      > user_allow_other