Closed uenian33 closed 3 years ago
It would be nice to have the controller written like ROS style, here is one example:
moveL.go(arm_joints, wait=True)
which MoveL is the commander class, and one arg "wait" indicating if the program should wait untill the movement is done.
@uenian33 see https://github.com/norkator/nx100-remote-control/pull/16 if thats something you needed?
@uenian33 see #16 if thats something you needed?
yes, it fits very well!
It would be nice to have the controller written like ROS style, here is one example:
moveL.go(arm_joints, wait=True)
moveL.stop()
which MoveL is the commander class, and one arg "wait" indicating if the program should wait untill the movement is done.