Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
Kodu::MotionCommand Class Reference
Detailed DescriptionDefinition at line 21 of file KoduActionMotion.h.
Constructor & Destructor Documentation
Constructor #1. ================================= Motion Command ================================= /// Definition at line 15 of file KoduActionMotion.cc. Constructor #2. Definition at line 24 of file KoduActionMotion.cc. Constructor #3. Definition at line 33 of file KoduActionMotion.cc.
Constructor #4.
Constructor #5. Definition at line 62 of file KoduActionMotion.cc.
Copy Constructor. Definition at line 53 of file KoduActionMotion.cc.
Destructor. Definition at line 72 of file KoduActionMotion.cc. Member Function Documentation
Returns the distance to travel in the x-direction. Definition at line 98 of file KoduActionMotion.cc. Referenced by KoduInterpreter::MotionActionRunner::ExecuteMotionAction::ExecuteSimpleMotion::ExecuteSimpleWalk::doStart().
Returns the forward speed. Definition at line 94 of file KoduActionMotion.cc.
Returns the target object (if available). Definition at line 110 of file KoduActionMotion.cc. Referenced by KoduInterpreter::MotionActionRunner::ExecuteMotionAction::ExecuteSimpleMotion::FindMotionTarget::doStart().
Returns the angle to turn (in degrees). Definition at line 100 of file KoduActionMotion.cc. Referenced by KoduInterpreter::MotionActionRunner::ExecuteMotionAction::ExecuteSimpleMotion::ExecuteSimpleTurn::doStart().
Returns the turning speed. Definition at line 96 of file KoduActionMotion.cc.
Definition at line 108 of file KoduActionMotion.cc. Referenced by KoduInterpreter::KoduConditionEvaluator::doStart().
True if this is a feasible motion command. Definition at line 102 of file KoduActionMotion.cc. Referenced by KoduInterpreter::KoduConditionEvaluator::doStart().
Not equals operator. Definition at line 92 of file KoduActionMotion.cc.
Assignment operator. Definition at line 74 of file KoduActionMotion.cc.
Equals operator. Definition at line 86 of file KoduActionMotion.cc.
Returns if the shape reference is valid or not. Definition at line 106 of file KoduActionMotion.cc. Referenced by KoduInterpreter::MotionActionRunner::ExecuteMotionAction::ExecuteSimpleMotion::CheckForValidTarget::doStart(). Friends And Related Function Documentation
Definition at line 76 of file KoduActionMotion.h.
Member Data Documentation
Definition at line 85 of file KoduActionMotion.h. Referenced by Kodu::KoduActionMotion::getMotionCommand(), isDriven(), isValid(), operator=(), and operator==().
How much the robot should turn (units: rads). Definition at line 82 of file KoduActionMotion.h. Referenced by Kodu::KoduActionMotion::getMotionCommand(), getTurningAngle(), isValid(), operator=(), and operator==().
How far the robot should move forward (units: mm). Definition at line 81 of file KoduActionMotion.h. Referenced by getDistanceToTravel(), Kodu::KoduActionMotion::getMotionCommand(), isValid(), operator=(), and operator==().
How fast the robot should move forward (units: mm/s). Definition at line 83 of file KoduActionMotion.h. Referenced by getForwardSpeed(), and operator=().
Definition at line 80 of file KoduActionMotion.h. Referenced by Kodu::KoduActionMotion::getMotionCommand(), getTargetObject(), isValid(), operator=(), operator==(), and targetObjectIsValid().
How fast the robot should turn (units: rads/s). Definition at line 84 of file KoduActionMotion.h. Referenced by getTurnSpeed(), and operator=(). The documentation for this class was generated from the following files: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:23 2016 by Doxygen 1.6.3 |