|
CORC Project
CANOpen Robot Controller Software Documentation
|
#include <time.h>#include <map>#include "CopleyDrive.h"#include "DummyActJoint.h"#include "DummyTrajectoryGenerator.h"#include "Keyboard.h"#include "Robot.h"#include "RobotParams.h"

Go to the source code of this file.
Classes | |
| class | ExoRobot |
| Example implementation of the Robot class, representing an X2 Exoskeleton, using DummyActuatedJoint and DummyTrajectoryGenerator. More... | |
The ExoRobot</ code> class represents an ExoSkeleton Robot in terms of its representation of the Alex exoskeleton hardware whose memory is managed in this class.
Version 0.1 Date: 07/04/2020
Definition in file ExoRobot.h.
1.8.11