This is the Dynamixel motor control with Dynamixel2Arduino API on RTOS system.
It consist of 2 thread, serial-write & serial-read.
We can publish the command with arguments as string, and subscribe the motor states from OpenRB-150.
Form /motor_id, errcode, MOVING, PresentPosition(degree), PresentVelocity, PresentCurrent; → e.g. /1,0,0,87.912003,0.000000,0.000000;
Monitoring as protocol ****Else if you want to see without protocol, you can send → /monitorOn;
Monitoring as User ****If you want to see the motor states with protocol, you can send → /monitorOff;
Task information ****If you want to check the task information about each multi-thread each, you can send → /task;