D3TaLES Robotics UI and API Documentation!
Here you will find complete documentation for the D3TaLES robotics Python software hosted in the roboticsUI repository GitHub repository. This includes documentation ExpFlow and Robotics Robotics App user interfaces as well as the Robotics API for interacting with the robotics hardware directly.
RoboticsUI Contents
The roboticsUI repository contains several directories:
_setup: Files for setting up the repo including setting up the conda environment and documentation source files.docs: Automatically produced documentation HTML files.GUI: Code for the robotics Robotics App. Uses Tkinter.robotics_api: Robotics API that manages robotic workflows. (More discussion below.)test_data: Example, standard, and test experimental data.
Overview
User Interfaces
Robotics API