Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.17 KB

File metadata and controls

39 lines (25 loc) · 1.17 KB

ARIA

Adept MobileRobots Advanced Robotics Interface for Applications.

This repository contains the ARIA and ArNetworking sources, examples, support files, and a standalone non-ROS CLI for direct robot connectivity testing.

Quick Start

Build from the workspace root:

cd /home/ubuntu/colcon_ws
colcon build --packages-select libaria
source /home/ubuntu/colcon_ws/install/setup.bash

Run the simple connectivity test client:

/home/ubuntu/colcon_ws/install/libaria/bin/omron_robot_cli

Documentation

Notes

  • Safe automated tests and opt-in hardware tests are split on purpose. The hardware runner is expected to fail when no robot is connected.
  • License details are in LICENSE.txt.
  • Package change history is in Changelog.