|
Fast Research Interface Library
Manual and Documentation
|
Implementation file for the class FastResearchInterface. More...
#include <FastResearchInterface.h>#include <Console.h>#include <pthread.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <signal.h>#include <errno.h>#include <stdarg.h>#include <OSAbstraction.h>Go to the source code of this file.
Defines | |
| #define | MAX_ROBOT_NAME_LENGTH 256 |
| #define | MAX_OUTPUT_PATH_LENGTH 256 |
| #define | MAX_FILE_NAME_LENGTH 256 |
| #define | SIZE_OF_ROBOT_STATE_STRING 4096 |
Implementation file for the class FastResearchInterface.
The class FastResearchInterface provides a basic low-level interface to the KUKA Light-Weight Robot IV For details, please refer to the file FastResearchInterface.h.
GNU Lesser Public License
This file is part of the Fast Research Interface Library.
The Fast Research Interface Library is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
The Fast Research Interface Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with the Fast Research Interface Library. If not, see http://www.gnu.org/licenses.
Stanford University
Department of Computer Science
Artificial Intelligence Laboratory
Gates Computer Science Building 1A
353 Serra Mall
Stanford, CA 94305-9010
USA
http://cs.stanford.edu/groups/manips
Definition in file FastResearchInterface.cpp.
| #define MAX_FILE_NAME_LENGTH 256 |
Definition at line 71 of file FastResearchInterface.cpp.
| #define MAX_OUTPUT_PATH_LENGTH 256 |
Definition at line 70 of file FastResearchInterface.cpp.
| #define MAX_ROBOT_NAME_LENGTH 256 |
Definition at line 69 of file FastResearchInterface.cpp.
| #define SIZE_OF_ROBOT_STATE_STRING 4096 |
Definition at line 72 of file FastResearchInterface.cpp.