Go to the documentation of this file.
20 #ifndef __SOT_StepComputer_JOYSTICK_H__
21 #define __SOT_StepComputer_JOYSTICK_H__
28 #include <dynamic-graph/entity.h>
29 #include <dynamic-graph/signal-ptr.h>
30 #include <dynamic-graph/signal-time-dependent.h>
35 #include <sot/core/matrix-geometry.hh>
47 #if defined(step_computer_joystick_EXPORTS)
48 #define StepComputerJOYSTICK_EXPORT __declspec(dllexport)
50 #define StepComputerJOYSTICK_EXPORT __declspec(dllimport)
53 #define StepComputerJOYSTICK_EXPORT
70 virtual const std::string &
getClassName(
void)
const {
return CLASS_NAME; }
76 void changeFirstStep(
StepQueue &queue,
int timeCurr);
77 void nextStep(
StepQueue &queue,
int timeCurr);
88 Vector &getlaststep(Vector &res,
int time);
91 virtual void display(std::ostream &os)
const;
92 virtual void commandLine(
const std::string &cmdLine,
93 std::istringstream &cmdArgs, std::ostream &os);
101 std::ofstream logChanges;
102 std::ofstream logPreview;
104 double m_laststep[3];
110 #endif // #ifndef __SOT_STEPCOMPUTER_H__
static const std::string CLASS_NAME
Definition: step-computer-joystick.h:69
SignalTimeDependent< Vector, int > laststepSOUT
Externalize the last step .
Definition: step-computer-joystick.h:85
Definition: exception-pg.h:47
Generates footsteps.
Definition: step-computer-joystick.h:66
#define StepComputerJOYSTICK_EXPORT
Definition: step-computer-joystick.h:53
virtual const std::string & getClassName(void) const
Definition: step-computer-joystick.h:70
Generates footsteps.
Definition: step-computer.h:53
Definition: step-checker.h:41
A step queue in the preview window.
Definition: step-queue.h:77
SignalPtr< Vector, int > joystickSIN
Entry of the joystick (x,y,theta)
Definition: step-computer-joystick.h:81
SignalPtr< unsigned, int > contactFootSIN
Getting the support foot.
Definition: step-computer-joystick.h:83