ROBOTIS-GIT / DynamixelSDK

ROBOTIS Dynamixel SDK (Protocol1.0/2.0)
http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/overview/
Apache License 2.0
464 stars 410 forks source link

python3 read_write.py [TxRxResult] There is no status packet! #595

Closed flamboyantflower closed 1 year ago

flamboyantflower commented 1 year ago

ISSUE TEMPLATE ver. 1.2.0

Please fill this template for more accurate and prompt support.

  1. Which DYNAMIXEL SDK version do you use? 3.4.1

  2. Which programming language/tool do you use? Python

  3. Which operating system do you use? ubuntu 20.04

  4. Which USB serial converter do you use? u2d2

  5. Which DYNAMIXEL do you use? -xm430-w350t

  6. Have you searched the issue from the closed issue threads? Yes

  7. Please describe the issue in detail Following this tutorial on YouTube(DYNAMIXEL SDK Walkthrough- Python Example Programming) trying to run the read_write.py file but getting a [TxRxResult] There is no status packet! and motor is not moving.

  8. How can we reproduce the issue? Go to /DynamixelSDK/python/tests/protocol2_0 and type python3 read_write.py

flamboyantflower commented 1 year ago

trying something else