![]() |
Dynamixel
2.9.5
RoadNarrows Robotics Dynamixel Package
|
The Dynamixel Shell Servo Derived Commands. More...
#include <cstring>#include <iostream>#include <fstream>#include <string>#include <vector>#include "rnr/rnrconfig.h"#include "rnr/log.h"#include "Dynamixel/Dynamixel.h"#include "Dynamixel/DynaComm.h"#include "Dynamixel/DynaChain.h"#include "dynashell.h"#include "dynashell_cmd.h"#include "dynashell_util.h"Go to the source code of this file.
Classes | |
| class | DynaShellCmdMoveTo |
| Determine if servos are moving. More... | |
| class | DynaShellCmdMoveAtSpeedTo |
| Determine if servos are moving. More... | |
| class | DynaShellCmdEStop |
| Emergency stop command. More... | |
| class | DynaShellCmdStop |
| Stop servo(s) command. More... | |
| class | DynaShellCmdFreeze |
| Freeze command. More... | |
| class | DynaShellCmdRelease |
| Release command. More... | |
| class | DynaShellCmdGetOdometer |
| Read servos goal positions. More... | |
| class | DynaShellCmdSetOdometer |
| Determine if servos are moving. More... | |
| class | DynaShellCmdCfgWriteServoMode |
| Write EEPROM configuration to put servos into the given modes. More... | |
| class | DynaShellCmdReadTorqueEnable |
| Read servos goal positions. More... | |
| class | DynaShellCmdWriteTorqueEnable |
| Determine if servos are moving. More... | |
| class | DynaShellCmdReadGoalPos |
| Read servos goal positions. More... | |
| class | DynaShellCmdReadGoalSpeed |
| Read servos goal positions. More... | |
| class | DynaShellCmdWriteGoalSpeed |
| Determine if servos are moving. More... | |
| class | DynaShellCmdReadMaxTorqueLimit |
| Read servos on power-up or run-time maximum torque limits. More... | |
| class | DynaShellCmdWriteMaxTorqueLimit |
| Write servos on power-up or run-time maximum torque limits. More... | |
| class | DynaShellCmdGetSoftTorqueTh |
| Read servos goal positions. More... | |
| class | DynaShellCmdSetSoftTorqueTh |
| Determine if servos are moving. More... | |
| class | DynaShellCmdReadCurPos |
| Read servos current positions. More... | |
| class | DynaShellCmdReadCurSpeed |
| Read servos current positions. More... | |
| class | DynaShellCmdReadDynamics |
| Read servos goal positions. More... | |
| class | DynaShellCmdReadHealth |
| Read servos goal positions. More... | |
| class | DynaShellCmdReadIsMoving |
| Determine if servos are moving. More... | |
| class | DynaShellCmdClearAlarms |
| Determine if servos are moving. More... | |
| class | DynaShellCmdReadByte |
| Read servo byte value at address. More... | |
| class | DynaShellCmdWriteByte |
| Write byte value to servo at address. More... | |
| class | DynaShellCmdReadWord |
| Read servo byte value at address. More... | |
| class | DynaShellCmdWriteWord |
| Write byte value to servo at address. More... | |
| class | DynaShellCmdDump |
| Read servo byte value at address. More... | |
Functions | |
| const char * | rotdirstr (int nSpeed) |
| Convert rotation direction to string. More... | |
| void | PublishShellServoCommands (DynaShell &shell) |
| Publish shell servo commands to shell. More... | |
The Dynamixel Shell Servo Derived Commands.
Definition in file dynashell_cmd_servo.cxx.
| void PublishShellServoCommands | ( | DynaShell & | shell | ) |
Publish shell servo commands to shell.
shell Dynamixel shell.
Definition at line 2846 of file dynashell_cmd_servo.cxx.
References DynaShell::PublishCommand().
Referenced by DynaShellCmdChainOut::ArgToUInt(), and MainInit().
|
inline |
Convert rotation direction to string.
| nSpeed | Speed. |
Definition at line 75 of file dynashell_cmd_servo.cxx.
Referenced by DynaShellCmdReadGoalSpeed::doExec(), and DynaShellCmdReadCurSpeed::doExec().