-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
Description
Bug:
The [gCrd] command does not work when the servos are detached- it only returns the last known position.
Expected Result:
If I have all of the servos detached, and I move the robot, I should get the current location of the end effector even if the servos are detached and the robot has been moved.
Steps to reproduce bug:
- Unplug robot from power and computer.
- Plug the robot into power and computer
- Enter "[gCrd]", record response. I got: "[SX-95.83Y0.00Z145.10]"
- Enter "[sDetN0][sDetN1][sDetN2][sDetN3]"
- Move the end effector to a different location
- Enter "[gCrd]". I got "[SX-95.83Y0.00Z145.10]", which is the same thing that I got in step 3 even though the robot was moved.