Revision 6d13138a src/server/reflexxes_motion_generator.cpp
| src/server/reflexxes_motion_generator.cpp | ||
|---|---|---|
| 28 | 28 |
#include "humotion/server/eye_motion_generator.h" |
| 29 | 29 |
|
| 30 | 30 |
using humotion::server::ReflexxesMotionGenerator; |
| 31 |
using humotion::server::Config; |
|
| 31 | 32 |
|
| 32 | 33 |
//! constructor |
| 33 |
ReflexxesMotionGenerator::ReflexxesMotionGenerator(JointInterface *j, int dof, float t) : |
|
| 34 |
MotionGenerator(j) {
|
|
| 34 |
ReflexxesMotionGenerator::ReflexxesMotionGenerator(JointInterface *j, Config *c, int dof, float t) :
|
|
| 35 |
MotionGenerator(j, c) {
|
|
| 35 | 36 |
dof_count = dof; |
| 36 | 37 |
|
| 37 | 38 |
// create Reflexxes API for <dof> DOF actuator |
Also available in: Unified diff