ARIAMobileRobots' Advanced Robot Interface for Applications (ARIA) is a C++ library (software development toolkit or SDK) for all MobileRobots/ActivMedia platforms. ARIA can dynamically control your robot's velocity, heading, relative heading, and other motion parameters either through simple low-level commands or through its high-level Actions infrastructure. ARIA also receives position estimates, sonar readings, and all other current operating data sent by the robot platform. ARIA provides tools to integrate I/O with your own custom hardware—digital, analog, and serial—and includes comprehensive support for all MobileRobots/ActivMedia robot accessories, including various types of laser-range finders, control of pan-tilt-zoom camera or pan-tilt units, Pioneer Gripper and Arm, and more. (Some other devices are supported by separate software libraries, either provided by us or the original device manufacturer.) ARIA also includes a library called ArNetworking which implements an extensible infrastructure for easy remote network operations for your robots, user interfaces, and other networked services. Through a server executing on the robot's PC, ArNetworking-enabled clients connect from another computer on the network to get data and issue commands. Download and use our dynamic MobileEyes operator GUI client, to view robot data and issue commands remotely via ArNetworking. A variety of other useful tools for building robot applications are included in ARIA or available as separate libraries, including speech synthesis and recognition; sound effect playback; mathematical functions, cross-platform (Windows/Linux) thread and socket implementations; and more. The ARIA library is written in C++. Access to most of the ARIA API is also available from the Java and Python languages via "wrapper" layers. A subset of the ARIA API for controlling the robot is also available from Matlab, Simulink, and pure C, via a C "wrapper" layer. C++ development with ARIA is supported on GNU/Linux with G++ and on Windows with MS Visual C++ 2010 (VC 10.0), Visual C++ 2012 (VC 11) or Visual C++ 2013 for Windows Desktop (VC 12). (The free "express" Visual C++ versions may be used.) It may also be possible to compile ARIA on other Linux/POSIX/Unix-like systems including MinGW and Mac OSX, though this is not fully tested or supported. ARIA does not have any installation or runtime dependencies, other than standard development tools (GNU Make, shell, and GCC on Linux, Visual C++ on Windows), and standard operating system libraries. You only need to download the ARIA package appropriate for your operating system to get started. ARIA comes with full source code under the GNU General Public License. The license allows re-distribution of code as long as all is distributed freely. Proprietary distributions (without releasing your own source code, for example) requires a different, commercial license. (Contact robots@ for details.) ARIA includes a full API reference manual and example code. Read the distribution README for additional details on getting started with ARIA.
Download Aria
Documentation
Previous Versions
Additional Ubuntu and Debian Packages for Java and Python WrappersUbuntu 12 32-bit
Ubuntu 12 64-bit
Debian 5 32-bit
MatlabBasic Matlab and Simulink interface to ARIA and ArNetworking (including ARNL servers) are now included in the matlab and ArNetworking/matlab subdirectories, supporting a subset of essential robot functions. View the documentation in the matlab directories for requirements and details on how to build and use this interface. Also see Aria Matlab Interfaces and Simulink Demo Webinar for more information. Getting StartedTo get started using ARIA, the first document you should read is your robot operations manual shipped with the robot or available on the Manuals page. This will show you the components of the robot, and how it can be controlled from a client program. In a Linux installation, ARIA can be found in /usr/local/Aria. In a Windows installation, you can find it in the Start menu under MobileRobots->Aria. If your robot has an onboard computer, ARIA and all other libraries needed for that robot have been preinstalled. Next, read the ARIA README.txt file. This will give a brief practical overview of the ARIA SDK. Next, read the ARIA API reference manual (Aria-Reference). This manual includes a longer discussion of robot software development, what ARIA offers and how to use it, as well as documentation of each class and method in ARIA. Finally, ARIA includes many example programs in the 'examples' directory. Other libraries and packages you install will also include their own documentation, in the form of a README text file and/or a reference manual similar to ARIA's. Recommended Additional Downloads
|
|