[Documentation] [TitleIndex] [WordIndex

Developmental

DEVELOPMENTAL: This status indicates that this software is not yet production ready code. The software has some level of unit-testing. There are known issues and missing functionality. The APIs are unstable but unlikely to change drastically. Use in production systems will likely require modifications including improvements and/or bug fixes. For more information see the ROS-Industrial software status page.

Operate via Robot Client

NextageClient is a python class that functions as a programming interface for the robot users. As seen in the api document, it extends HIRONX class so that all the public methods are inherited from there on.

The reason NextageClient was created separately from HIRONX is because of the DIO design unique to NEXTAGE OPEN robot.

Class relationship


2024-06-15 12:58