Difference between revisions of "OpenCM 9.04"

From Lofaro Lab Wiki
Jump to: navigation, search
(OpenCM9.04 Software Download)
(OpenCM9.04 Software and Installation)
Line 13: Line 13:
 
OpenCM9.04 uses the ROBOTIS OpenCM Integrated Developmental Environment (IDE) to allow users to program with ease. The download link for the ROBOTIS OpenCM IDE can be found below:
 
OpenCM9.04 uses the ROBOTIS OpenCM Integrated Developmental Environment (IDE) to allow users to program with ease. The download link for the ROBOTIS OpenCM IDE can be found below:
  
Downloads:
+
==Downloads==
 
* [http://files.lofarolabs.com/software/ROBOTIS-v1.0.2-windows.zip ROBOTIS-v1.0.2-windows.zip] - Windows XP, Vista, 7, 8 (32bit/64bit)
 
* [http://files.lofarolabs.com/software/ROBOTIS-v1.0.2-windows.zip ROBOTIS-v1.0.2-windows.zip] - Windows XP, Vista, 7, 8 (32bit/64bit)
 
* [http://files.lofarolabs.com/software/ROBOTIS_OpenCM-v1.0.2-macosx.zip ROBOTIS_OpenCM-v1.0.2-macosx.zip] - Mac OS X (Tested in OS X 10.6.8)
 
* [http://files.lofarolabs.com/software/ROBOTIS_OpenCM-v1.0.2-macosx.zip ROBOTIS_OpenCM-v1.0.2-macosx.zip] - Mac OS X (Tested in OS X 10.6.8)
Line 19: Line 19:
 
* [http://files.lofarolabs.com/software/ROBOTIS_OpenCM-v1.0.2-linux32.tgz ROBOTIS_OpenCM-v1.0.2-linux32.tgz] - Linux 32bit (Tested in Ubuntu 10.10)
 
* [http://files.lofarolabs.com/software/ROBOTIS_OpenCM-v1.0.2-linux32.tgz ROBOTIS_OpenCM-v1.0.2-linux32.tgz] - Linux 32bit (Tested in Ubuntu 10.10)
  
Installation:
+
==Installation==
 
* For Mac, PC, and Linux follow the instructions here: http://support.robotis.com/en/software/robotis_opencm.htm
 
* For Mac, PC, and Linux follow the instructions here: http://support.robotis.com/en/software/robotis_opencm.htm
 +
 +
==Dependencies==
 +
===Linux (Ubuntu)===
 +
* Java
 +
[code
 +
sudo apt-get install openjdk-7-jdk

Revision as of 16:21, 27 October 2014

Overview

ROBOTIS OpenCM

The ROBOTIS OpenCM is a development Software and download tool for the OpenCM9.04 embedded board. Sources of the ROBOTIS OpenCM are released under licenses of their respective authors Copyright (c) ROBOTIS Co., Ltd. Modified or newly-created codes are released under the GNUGPL or LGPL licenses. For more information on the OpenCM9.04 refer to the Appendix section of the e-manuals

This tutorial is made to supplement that given by ROBOTIS.

OpenCM9.04 Software and Installation

OpenCM9.04 uses the ROBOTIS OpenCM Integrated Developmental Environment (IDE) to allow users to program with ease. The download link for the ROBOTIS OpenCM IDE can be found below:

Downloads

Installation

Dependencies

Linux (Ubuntu)

  • Java

[code sudo apt-get install openjdk-7-jdk